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

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

Completed in 21 milliseconds