Searched refs:hi_sync_id (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/bta/hearing_aid/ |
H A 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() 771 STREAM_TO_UINT64(hearingDevice->hi_sync_id, p); 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() 980 if (hearingDevice.hi_sync_id != 0) { in StartSendingAudio() 982 if (device.hi_sync_id != hearingDevice.hi_sync_id) continue; in StartSendingAudio() 1070 (device.hi_sync_id != this_side_device->hi_sync_id)) { in GetOtherSideStreamStatus() [all …]
|
/aosp12/system/bt/bta/include/ |
H A 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()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hearing_aid.cpp | 66 void OnDeviceAvailable(uint8_t capabilities, uint64_t hi_sync_id, in OnDeviceAvailable() argument 69 << " hi_sync_id=" << hi_sync_id; in OnDeviceAvailable() 85 (jbyte)capabilities, (jlong)hi_sync_id, in OnDeviceAvailable()
|
/aosp12/system/bt/btif/src/ |
H A 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()
|
/aosp12/system/bt/btif/include/ |
H A D | btif_storage.h | 262 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
|
/aosp12/system/bt/test/mock/ |
H A 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
|