Home
last modified time | relevance | path

Searched refs:audio_descr_handle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc45 of.audio_descr_handle); in DeregisterNotifications()
141 offset.audio_descr_handle = chrc.value_handle; in set_volume_offset_control_service_handles()
157 GATT_HANDLE_IS_VALID(offset.audio_descr_handle) in set_volume_offset_control_service_handles()
304 handle_pairs[offset.audio_descr_handle] = offset.audio_descr_ccc_handle; in EnqueueRemainingRequests()
380 BtaGattQueue::ReadCharacteristic(connection_id, offset->audio_descr_handle, in GetExtAudioOutDescription()
398 BtaGattQueue::WriteCharacteristic(connection_id, offset->audio_descr_handle, in SetExtAudioOutDescription()
Dtypes.h123 uint16_t audio_descr_handle; member
139 audio_descr_handle(0), in VolumeOffset()
Ddevices_test.cc435 ASSERT_EQ(0x0015, offset->audio_descr_handle); in TEST_F()
Dvc.cc344 } else if (handle == offset->audio_descr_handle) { in OnCharacteristicValueChanged()