Home
last modified time | relevance | path

Searched refs:GATT_PERM_WRITE_ENC_MITM (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h333 #define GATT_PERM_WRITE_ENC_MITM (1 << 6) /* bit 6 */ macro
351 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
358 (GATT_PERM_WRITE_ENC_MITM | GATT_PERM_WRITE_SIGNED_MITM)
361 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc574 (perm & GATT_PERM_WRITE_ENC_MITM))) { in gatts_write_attr_perm_check()
575 perm = GATT_PERM_WRITE_ENC_MITM; in gatts_write_attr_perm_check()