Searched defs:identity_addr (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | distance_measurement_manager.cc | 71 void StartDistanceMeasurement(RawAddress identity_addr, uint16_t interval, uint8_t method) { in StartDistanceMeasurement() 76 void DoStartDistanceMeasurement(RawAddress identity_addr, uint16_t interval, uint8_t method) { in DoStartDistanceMeasurement() 88 void StopDistanceMeasurement(RawAddress identity_addr, uint8_t method) { in StopDistanceMeasurement() 93 void DoStopDistanceMeasurement(RawAddress identity_addr, uint8_t method) { in DoStopDistanceMeasurement()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | phase_3_test.cc | 432 std::optional<IdentityAddressInformationParams> identity_addr = std::nullopt; in TEST_F() local 834 std::optional<IdentityAddressInformationParams> identity_addr = std::nullopt; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api_types.h | 65 RawAddress identity_addr; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 88 void L2CA_Consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in L2CA_Consolidate()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 74 void L2CA_Consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in L2CA_Consolidate()
|
D | l2cap_api.cc | 207 void bluetooth::stack::l2cap::Impl::L2CA_Consolidate(const RawAddress& identity_addr, in L2CA_Consolidate()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec.cc | 90 void bta_dm_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in bta_dm_consolidate()
|
D | bta_dm_int.h | 102 RawAddress identity_addr; member
|
D | bta_dm_act.cc | 583 RawAddress identity_addr = target; in bta_dm_remove_device() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 282 void StackAclBtmAcl::btm_acl_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in btm_acl_consolidate() 297 void btm_acl_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in btm_acl_consolidate()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 1061 void gatt_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in gatt_consolidate()
|