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

/system/bt/stack/gatt/
H A Dgatt_db.cc87 min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12));
563 uint16_t min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12));
/system/bt/stack/include/
H A Dgatt_api.h176 #define GATT_ENCRYPT_KEY_SIZE_MASK (0xF000) macro

Completed in 52 milliseconds