OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_CHAR_PROP_BIT_AUTH
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
195
#define
GATT_CHAR_PROP_BIT_AUTH
(1 << 6)
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
326
if ( ((property &
GATT_CHAR_PROP_BIT_AUTH
) && !(perm & GATT_WRITE_SIGNED_PERM)) ||
327
((perm & GATT_WRITE_SIGNED_PERM) && !(property &
GATT_CHAR_PROP_BIT_AUTH
)) )
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
432
#define BTA_GATT_CHAR_PROP_BIT_AUTH
GATT_CHAR_PROP_BIT_AUTH
/* 0x40 */
[
all
...]
Completed in 94 milliseconds