Searched refs:audio_control_point_handle (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hearing_aid_api.h | 137 uint16_t audio_control_point_handle; member 170 uint16_t audio_control_point_handle, uint16_t audio_status_handle, in HearingDevice() 183 audio_control_point_handle(audio_control_point_handle), in HearingDevice()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 449 dev_info.audio_control_point_handle); in btif_storage_add_hearing_aid() 507 uint16_t audio_control_point_handle = 0; in btif_storage_load_bonded_hearing_aids() local 509 audio_control_point_handle = value; in btif_storage_load_bonded_hearing_aids() 561 HearingDevice(bd_addr, capabilities, codecs, audio_control_point_handle, in btif_storage_load_bonded_hearing_aids()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 710 if (hearingDevice->audio_control_point_handle && hearingDevice->audio_status_handle && in OnEncryptionComplete() 785 !(hearingDevice->audio_control_point_handle && hearingDevice->audio_status_handle && in OnServiceDiscDoneEvent() 849 hearingDevice->audio_control_point_handle = charac.value_handle; in OnServiceSearchComplete() 1212 BtaGattQueue::WriteCharacteristic(device.conn_id, device.audio_control_point_handle, stop, in OnAudioSuspend() 1303 BtaGattQueue::WriteCharacteristic(device->conn_id, device->audio_control_point_handle, start, in SendStart() 1981 BtaGattQueue::WriteCharacteristic(device->conn_id, device->audio_control_point_handle, in send_state_change()
|