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.cc599 } else if ((perm & GATT_WRITE_ENCRYPTED_PERM) && in gatts_write_attr_perm_check()
603 } else if ((perm & GATT_WRITE_ENCRYPTED_PERM) && in gatts_write_attr_perm_check()
/system/bt/stack/include/
Dgatt_api.h301 #define GATT_WRITE_ENCRYPTED_PERM \ macro