Searched refs:audio_control_point_handle (Results 1 – 3 of 3) sorted by relevance
| /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()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_profile_storage.cc | 432 dev_info.audio_control_point_handle); in btif_storage_add_hearing_aid() 476 uint16_t audio_control_point_handle = 0; in btif_storage_load_bonded_hearing_aids() local 478 audio_control_point_handle = value; in btif_storage_load_bonded_hearing_aids() 530 HearingDevice(bd_addr, capabilities, codecs, audio_control_point_handle, in btif_storage_load_bonded_hearing_aids()
|
| /packages/modules/Bluetooth/system/bta/hearing_aid/ |
| D | hearing_aid.cc | 709 if (hearingDevice->audio_control_point_handle && hearingDevice->audio_status_handle && in OnEncryptionComplete() 784 !(hearingDevice->audio_control_point_handle && hearingDevice->audio_status_handle && in OnServiceDiscDoneEvent() 848 hearingDevice->audio_control_point_handle = charac.value_handle; in OnServiceSearchComplete() 1209 BtaGattQueue::WriteCharacteristic(device.conn_id, device.audio_control_point_handle, stop, in OnAudioSuspend() 1300 BtaGattQueue::WriteCharacteristic(device->conn_id, device->audio_control_point_handle, start, in SendStart() 1979 BtaGattQueue::WriteCharacteristic(device->conn_id, device->audio_control_point_handle, in send_state_change()
|