Home
last modified time | relevance | path

Searched defs:identity_addr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Ddistance_measurement_manager.cc71 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 Dphase_3_test.cc432 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/
Dbtm_ble_sec_api_types.h65 RawAddress identity_addr; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc88 void L2CA_Consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in L2CA_Consolidate()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc74 void L2CA_Consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in L2CA_Consolidate()
Dl2cap_api.cc207 void bluetooth::stack::l2cap::Impl::L2CA_Consolidate(const RawAddress& identity_addr, in L2CA_Consolidate()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc90 void bta_dm_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in bta_dm_consolidate()
Dbta_dm_int.h102 RawAddress identity_addr; member
Dbta_dm_act.cc583 RawAddress identity_addr = target; in bta_dm_remove_device() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc282 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/
Dgatt_main.cc1061 void gatt_consolidate(const RawAddress& identity_addr, const RawAddress& rpa) { in gatt_consolidate()