Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h332 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro
351 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
355 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)
361 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc565 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()
566 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()
571 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc291 ras_control_point.permissions = GATT_PERM_WRITE_ENCRYPTED | key_mask; in OnGattServerRegister()
327 GATT_PERM_READ_ENCRYPTED | GATT_PERM_WRITE_ENCRYPTED | key_mask; in OnGattServerRegister()