Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgattdefs.h67 #define GATT_UUID_GATT_SRV_CHGD 0x2A05 macro
/system/bt/stack/gatt/
Dgatt_attr.cc381 Uuid srv_changed_char_uuid = Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD); in gatt_profile_db_init()
651 Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD)); in gatt_cl_start_config_ccc()
/system/bt/bta/vc/
Ddevices_test.cc274 Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD), in SetSampleDatabase1()
Dvc_test.cc124 Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD), in set_sample_database()
/system/bt/bta/gatt/
Dbta_gattc_act.cc1191 Uuid srvc_chg_uuid = Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD); in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1591 if (charac.uuid == Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD)) { in find_server_changed_ccc_handle()