Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_AUTH (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h195 #define GATT_CHAR_PROP_BIT_AUTH (1 << 6) macro
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c326 if ( ((property & GATT_CHAR_PROP_BIT_AUTH) && !(perm & GATT_WRITE_SIGNED_PERM)) || in GATTS_AddCharacteristic()
327 ((perm & GATT_WRITE_SIGNED_PERM) && !(property & GATT_CHAR_PROP_BIT_AUTH)) ) in GATTS_AddCharacteristic()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h419 #define BTA_GATT_CHAR_PROP_BIT_AUTH GATT_CHAR_PROP_BIT_AUTH /* 0x40 */