Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc587 } else if (!(perm & GATT_WRITE_ALLOWED)) { in gatts_write_attr_perm_check()
609 !sec_flag.is_encrypted && (perm & GATT_WRITE_ALLOWED) == 0) { in gatts_write_attr_perm_check()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h350 #define GATT_WRITE_ALLOWED \ macro