Home
last modified time | relevance | path

Searched refs:volume_handle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h144 uint16_t volume_handle; member
175 uint16_t service_changed_ccc_handle, uint16_t volume_handle, in HearingDevice()
191 volume_handle(volume_handle), in HearingDevice()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc466 dev_info.volume_handle); in btif_storage_add_hearing_aid()
549 uint16_t volume_handle = 0; in btif_storage_load_bonded_hearing_aids() local
552 volume_handle = value; in btif_storage_load_bonded_hearing_aids()
587 volume_handle, read_psm_handle, hi_sync_id, in btif_storage_load_bonded_hearing_aids()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc720 hearingDevice->volume_handle && hearingDevice->read_psm_handle) { in OnEncryptionComplete()
800 hearingDevice->volume_handle && hearingDevice->read_psm_handle)) { in OnServiceDiscDoneEvent()
886 hearingDevice->volume_handle = charac.value_handle; in OnServiceSearchComplete()
1957 BtaGattQueue::WriteCharacteristic(device.conn_id, device.volume_handle, in SetVolume()