Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.cc571 } else if ((perm & GATT_WRITE_ENCRYPTED_PERM) && in gatts_write_attr_perm_check()
575 } else if ((perm & GATT_WRITE_ENCRYPTED_PERM) && in gatts_write_attr_perm_check()
/system/bt/stack/include/
Dgatt_api.h198 #define GATT_WRITE_ENCRYPTED_PERM \ macro