OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_ENCRYPT_KEY_SIZE_MASK
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
167
#define
GATT_ENCRYPT_KEY_SIZE_MASK
(0xF000) /* the MS nibble of tGATT_PERM; key size 7=0; size 16=9 */
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
125
min_key_size = (((perm &
GATT_ENCRYPT_KEY_SIZE_MASK
) >> 12));
726
min_key_size = (((perm &
GATT_ENCRYPT_KEY_SIZE_MASK
) >> 12));
[
all
...]
Completed in 22 milliseconds