Searched refs:hi_sync_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/include/ |
D | bta_hearing_aid_api.h | 133 uint64_t hi_sync_id; member 174 hi_sync_id(hiSyncId), in HearingDevice() 196 hi_sync_id(0), in HearingDevice()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 58 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id, 334 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage() 347 callbacks->OnDeviceAvailable(dev_info.capabilities, dev_info.hi_sync_id, in AddFromStorage() 649 &hearingDevice->hi_sync_id, &hearingDevice->render_delay, in OnServiceSearchComplete() 771 STREAM_TO_UINT64(hearingDevice->hi_sync_id, p); in OnReadOnlyPropertiesRead() 772 VLOG(2) << __func__ << " hiSyncId: " << loghex(hearingDevice->hi_sync_id); in OnReadOnlyPropertiesRead() 822 if (hearingDevice.hi_sync_id != 0) { in ChooseCodec() 824 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 | 262 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 1494 dev_info.hi_sync_id); in btif_storage_add_hearing_aid() 1570 uint64_t hi_sync_id = 0; in btif_storage_load_bonded_hearing_aids() local 1572 hi_sync_id = lvalue; in btif_storage_load_bonded_hearing_aids() 1593 volume_handle, read_psm_handle, hi_sync_id, in btif_storage_load_bonded_hearing_aids() 1628 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id, in btif_storage_get_hearing_aid_prop() argument 1659 *hi_sync_id = lvalue; in btif_storage_get_hearing_aid_prop()
|
/system/bt/test/mock/ |
D | mock_btif_storage.cc | 47 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id, in btif_storage_get_hearing_aid_prop() argument
|