Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_gatt_sr_hash_test.cc72 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE | GATT_CHAR_PROP_BIT_EXT_PROP, in TEST()
/system/bt/stack/gatt/
Dgatt_api.cc117 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()
/system/bt/stack/include/
Dgatt_api.h316 #define GATT_CHAR_PROP_BIT_EXT_PROP (1 << 7) macro