Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h145 uint16_t read_psm_handle; member
176 uint16_t read_psm_handle, uint64_t hiSyncId, in HearingDevice()
192 read_psm_handle(read_psm_handle), in HearingDevice()
217 read_psm_handle(0), in HearingDevice()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc455 dev_info.read_psm_handle); in btif_storage_add_hearing_aid()
554 uint16_t read_psm_handle = 0; in btif_storage_load_bonded_hearing_aids() local
557 read_psm_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()
888 hearingDevice->read_psm_handle = charac.value_handle; in OnServiceSearchComplete()
902 if (hearingDevice->read_psm_handle) { in ReadPSM()
904 hearingDevice->read_psm_handle); in ReadPSM()
906 hearingDevice->conn_id, hearingDevice->read_psm_handle, in ReadPSM()