Searched refs:value_handle (Results 1 – 13 of 13) sorted by relevance
/system/bt/bta/vc/ |
D | device.cc | 79 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()
|
D | devices_test.cc | 227 if (characteristic.value_handle == handle) { in SetUp()
|
D | vc_test.cc | 176 if (characteristic.value_handle == handle) { in SetUp()
|
/system/bt/bta/gatt/ |
D | database_builder.cc | 91 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()
|
D | database.cc | 78 << ", 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()
|
D | database.h | 56 uint16_t value_handle; member 89 uint16_t value_handle; member
|
D | database_builder.h | 36 void AddCharacteristic(uint16_t handle, uint16_t value_handle,
|
D | bta_gattc_cache.cc | 559 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()
|
D | bta_gattc_act.cc | 1201 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 1282 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/ |
D | database_test.cc | 85 EXPECT_EQ(serialized[3].value.characteristic.value_handle, 0x0004); in TEST() 174 .value_handle = 0x0003, in TEST()
|
D | database_builder_test.cc | 92 ASSERT_EQ(service->characteristics[0].value_handle, 0x0003); in TEST()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 652 << 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()
|