Searched refs:hi_sync_id (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/include/ |
D | bta_hearing_aid_api.h | 118 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/ |
D | hearing_aid.cc | 49 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/ |
D | btif_storage.h | 236 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 1506 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()
|