Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.cc85 min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12)); in gatts_check_attr_readability()
556 uint16_t min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12)); in gatts_write_attr_perm_check()
/system/bt/stack/include/
Dgatt_api.h180 #define GATT_ENCRYPT_KEY_SIZE_MASK (0xF000) macro