Home
last modified time | relevance | path

Searched refs:hi_sync_id (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/include/
Dbta_hearing_aid_api.h118 uint64_t hi_sync_id; member
159 hi_sync_id(hiSyncId), in HearingDevice()
181 hi_sync_id(0), in HearingDevice()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc49 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
326 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage()
340 callbacks->OnDeviceAvailable(dev_info.capabilities, dev_info.hi_sync_id, in AddFromStorage()
645 &hearingDevice->hi_sync_id, &hearingDevice->render_delay, in OnServiceSearchComplete()
767 STREAM_TO_UINT64(hearingDevice->hi_sync_id, p); in OnReadOnlyPropertiesRead()
768 VLOG(2) << __func__ << " hiSyncId: " << loghex(hearingDevice->hi_sync_id); in OnReadOnlyPropertiesRead()
818 if (hearingDevice.hi_sync_id != 0) { in ChooseCodec()
820 if (device.hi_sync_id != hearingDevice.hi_sync_id) continue; in ChooseCodec()
960 << ", hi_sync_id=" << loghex(hearingDevice->hi_sync_id) in OnGapConnection()
967 hearingDevice->hi_sync_id, address); in OnGapConnection()
[all …]
/system/bt/btif/include/
Dbtif_storage.h236 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
/system/bt/btif/src/
Dbtif_storage.cc1506 dev_info.hi_sync_id); in btif_storage_add_hearing_aid()
1587 uint64_t hi_sync_id = 0; in btif_storage_load_bonded_hearing_aids() local
1589 hi_sync_id = lvalue; in btif_storage_load_bonded_hearing_aids()
1613 volume_handle, read_psm_handle, hi_sync_id, in btif_storage_load_bonded_hearing_aids()
1648 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id, in btif_storage_get_hearing_aid_prop() argument
1679 *hi_sync_id = lvalue; in btif_storage_get_hearing_aid_prop()