Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hearing_aid_api.h115 uint16_t read_psm_handle; member
142 uint16_t read_psm_handle, uint64_t hiSyncId, in HearingDevice()
157 read_psm_handle(read_psm_handle), in HearingDevice()
179 read_psm_handle(0), in HearingDevice()
/system/bt/btif/src/
Dbtif_storage.cc1493 dev_info.read_psm_handle); in btif_storage_add_hearing_aid()
1582 uint16_t read_psm_handle = 0; in btif_storage_load_bonded_hearing_aids() local
1584 read_psm_handle = value; in btif_storage_load_bonded_hearing_aids()
1613 volume_handle, read_psm_handle, hi_sync_id, in btif_storage_load_bonded_hearing_aids()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc563 hearingDevice->volume_handle && hearingDevice->read_psm_handle) { in OnEncryptionComplete()
672 hearingDevice->read_psm_handle = charac.value_handle; in OnServiceSearchComplete()
686 if (hearingDevice->read_psm_handle) { in ReadPSM()
687 LOG(INFO) << "Reading PSM " << loghex(hearingDevice->read_psm_handle) in ReadPSM()
690 hearingDevice->conn_id, hearingDevice->read_psm_handle, in ReadPSM()