Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc58 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 Dbta_hearing_aid_api.h133 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 Dcom_android_bluetooth_hearing_aid.cpp66 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 Dbtif_storage.cc1494 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 Dbtif_storage.h262 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id,
/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc47 const RawAddress& address, uint8_t* capabilities, uint64_t* hi_sync_id, in btif_storage_get_hearing_aid_prop() argument