Searched refs:GATT_CHAR_PROP_BIT_EXT_PROP (Results 1 – 3 of 3) sorted by relevance
72 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE | GATT_CHAR_PROP_BIT_EXT_PROP, in TEST()
117 if (el->properties & GATT_CHAR_PROP_BIT_EXT_PROP) db_size++; in compute_service_size()259 if (el->properties & GATT_CHAR_PROP_BIT_EXT_PROP) { in GATTS_AddService()
316 #define GATT_CHAR_PROP_BIT_EXT_PROP (1 << 7) macro