Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 13 of 13) sorted by relevance

/system/bt/bta/vc/
Ddevice.cc79 state_handle = chrc.value_handle; in set_volume_control_service_handles()
80 state_ccc_handle = find_ccc_handle(chrc.value_handle); in set_volume_control_service_handles()
82 control_point_handle = chrc.value_handle; in set_volume_control_service_handles()
84 flags_handle = chrc.value_handle; in set_volume_control_service_handles()
85 flags_ccc_handle = find_ccc_handle(chrc.value_handle); in set_volume_control_service_handles()
Ddevices_test.cc227 if (characteristic.value_handle == handle) { in SetUp()
Dvc_test.cc176 if (characteristic.value_handle == handle) { in SetUp()
/system/bt/bta/gatt/
Ddatabase_builder.cc91 void DatabaseBuilder::AddCharacteristic(uint16_t handle, uint16_t value_handle, in AddCharacteristic() argument
99 if (service->end_handle < value_handle) in AddCharacteristic()
101 << loghex(value_handle) << " is after service end_handle=" in AddCharacteristic()
107 .value_handle = value_handle, in AddCharacteristic()
Ddatabase.cc78 << ", value_handle=" << loghex(c.value_handle) << ", uuid=" << c.uuid in ToString()
117 .value_handle = charac.value_handle, in Serialize()
190 .value_handle = attr.value.characteristic.value_handle, in Deserialize()
276 UINT16_TO_STREAM(p, c.value_handle); in Hash()
Ddatabase.h56 uint16_t value_handle; member
89 uint16_t value_handle; member
Ddatabase_builder.h36 void AddCharacteristic(uint16_t handle, uint16_t value_handle,
Dbta_gattc_cache.cc559 if (handle == charac.value_handle) return &charac; in bta_gattc_get_characteristic_srcb()
851 charac.value_handle, 0 /* s_handle */, in bta_gattc_get_gatt_db_impl()
852 0 /* e_handle */, charac.value_handle, in bta_gattc_get_gatt_db_impl()
Dbta_gattc_act.cc1201 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/hh/
Dbta_hh_le.cc1282 BTA_GATTC_GetOwningService(conn_id, characteristic->value_handle); in read_report_ref_desc_cb()
1287 characteristic->value_handle); in read_report_ref_desc_cb()
1371 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1375 BtaGattQueue::ReadCharacteristic(p_dev_cb->conn_id, charac.value_handle, in bta_hh_le_search_hid_chars()
1380 BtaGattQueue::ReadCharacteristic(p_dev_cb->conn_id, charac.value_handle, in bta_hh_le_search_hid_chars()
1383 bta_hh_le_read_char_descriptor(p_dev_cb, charac.value_handle, in bta_hh_le_search_hid_chars()
1391 charac.value_handle); in bta_hh_le_search_hid_chars()
1399 bta_hh_le_read_char_descriptor(p_dev_cb, charac.value_handle, in bta_hh_le_search_hid_chars()
1409 charac.value_handle) == NULL) in bta_hh_le_search_hid_chars()
1423 p_dev_cb->hid_srvc.proto_mode_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
[all …]
/system/bt/bta/test/gatt/
Ddatabase_test.cc85 EXPECT_EQ(serialized[3].value.characteristic.value_handle, 0x0004); in TEST()
174 .value_handle = 0x0003, in TEST()
Ddatabase_builder_test.cc92 ASSERT_EQ(service->characteristics[0].value_handle, 0x0003); in TEST()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc652 << loghex(charac.value_handle); in OnServiceSearchComplete()
654 conn_id, charac.value_handle, in OnServiceSearchComplete()
658 hearingDevice->audio_control_point_handle = charac.value_handle; in OnServiceSearchComplete()
661 hearingDevice->audio_status_handle = charac.value_handle; in OnServiceSearchComplete()
664 find_ccc_handle(conn_id, charac.value_handle); in OnServiceSearchComplete()
671 << ": audio_status_handle=" << loghex(charac.value_handle) in OnServiceSearchComplete()
674 hearingDevice->volume_handle = charac.value_handle; in OnServiceSearchComplete()
676 hearingDevice->read_psm_handle = charac.value_handle; in OnServiceSearchComplete()
1593 find_ccc_handle(conn_id, charac.value_handle); in find_server_changed_ccc_handle()