Searched refs:GATT_CHAR_PROP_BIT_AUTH (Results 1 – 3 of 3) sorted by relevance
195 #define GATT_CHAR_PROP_BIT_AUTH (1 << 6) macro
326 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()
419 #define BTA_GATT_CHAR_PROP_BIT_AUTH GATT_CHAR_PROP_BIT_AUTH /* 0x40 */