Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_gatt_sr_hash_test.cc68 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE | GATT_CHAR_PROP_BIT_EXT_PROP, in TEST()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc116 if (el->properties & GATT_CHAR_PROP_BIT_EXT_PROP) db_size++; in compute_service_size()
262 if (el->properties & GATT_CHAR_PROP_BIT_EXT_PROP) { in GATTS_AddService()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h375 #define GATT_CHAR_PROP_BIT_EXT_PROP (1 << 7) macro