Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h175 #define GATT_PERM_WRITE_SIGNED_MITM (1 << 8) /* bit 8 */ macro
190 GATT_PERM_WRITE_SIGNED | GATT_PERM_WRITE_SIGNED_MITM)
196 (GATT_PERM_WRITE_ENC_MITM | GATT_PERM_WRITE_SIGNED_MITM)
202 (GATT_PERM_WRITE_SIGNED | GATT_PERM_WRITE_SIGNED_MITM)
/system/bt/stack/gatt/
Dgatt_db.cc539 else if (((perm & GATT_PERM_WRITE_SIGNED_MITM) && in gatts_write_attr_perm_check()