Searched refs:GATT_CHAR_PROP_BIT_AUTH (Results 1 – 2 of 2) sorted by relevance
212 #define GATT_CHAR_PROP_BIT_AUTH (1 << 6) macro
220 if (((el->properties & GATT_CHAR_PROP_BIT_AUTH) && in GATTS_AddService()223 !(el->properties & GATT_CHAR_PROP_BIT_AUTH))) { in GATTS_AddService()