Home
last modified time | relevance | path

Searched refs:GATT_PERM_WRITE_ENCRYPTED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h173 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro
190 #define GATT_WRITE_ALLOWED (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_…
193 #define GATT_WRITE_AUTH_REQUIRED (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)
197 #define GATT_WRITE_ENCRYPTED_PERM (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c1097 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()
1098 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()
1102 … else if (((perm & GATT_PERM_WRITE_SIGNED_MITM) && (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h491 #define BTA_GATT_PERM_WRITE_ENCRYPTED GATT_PERM_WRITE_ENCRYPTED /* bit 5 - 0x0020 */