Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_INDICATE (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_gatt_sr_hash_test.cc54 gatts_add_characteristic(local_db[1], 0, GATT_CHAR_PROP_BIT_INDICATE, in TEST()
68 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE | GATT_CHAR_PROP_BIT_EXT_PROP, in TEST()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc264 GATT_CHAR_PROP_BIT_NOTIFY | GATT_CHAR_PROP_BIT_INDICATE; in OnGattServerRegister()
279 GATT_CHAR_PROP_BIT_NOTIFY | GATT_CHAR_PROP_BIT_INDICATE; in OnGattServerRegister()
290 GATT_CHAR_PROP_BIT_WRITE | GATT_CHAR_PROP_BIT_INDICATE; in OnGattServerRegister()
300 GATT_CHAR_PROP_BIT_NOTIFY | GATT_CHAR_PROP_BIT_INDICATE; in OnGattServerRegister()
312 GATT_CHAR_PROP_BIT_NOTIFY | GATT_CHAR_PROP_BIT_INDICATE; in OnGattServerRegister()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h373 #define GATT_CHAR_PROP_BIT_INDICATE (1 << 5) macro
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc428 .properties = GATT_CHAR_PROP_BIT_INDICATE, in gatt_profile_db_init()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1630 if (charac.properties & GATT_CHAR_PROP_BIT_INDICATE) in CacheAttributeHandles()
Dhas_client_test.cc200 (preset_cp_ind ? GATT_CHAR_PROP_BIT_INDICATE : 0)); in Build()