Home
last modified time | relevance | path

Searched defs:address_with_type (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/system/bt/stack/acl/
H A Dble_acl.cc37 static bool acl_ble_common_connection(const tBLE_BD_ADDR& address_with_type, in acl_ble_common_connection()
75 void acl_ble_connection_complete(const tBLE_BD_ADDR& address_with_type, in acl_ble_connection_complete()
92 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete()
115 const tBLE_BD_ADDR& address_with_type, in maybe_resolve_received_address()
125 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim()
144 void acl_ble_connection_fail(const tBLE_BD_ADDR& address_with_type, in acl_ble_connection_fail()
H A Dbtm_ble_connection_establishment.cc185 tBLE_BD_ADDR address_with_type{.bda = bda, .type = bda_type}; in btm_ble_conn_complete() local
204 tBLE_BD_ADDR address_with_type{.bda = bda, .type = bda_type}; in btm_ble_conn_complete() local
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink_manager.cc33 void LinkManager::ConnectFixedChannelServices(hci::AddressWithType address_with_type, in ConnectFixedChannelServices()
97 Link* LinkManager::GetLink(hci::AddressWithType address_with_type) { in GetLink()
130 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail()
148 void LinkManager::OnDisconnect(bluetooth::hci::AddressWithType address_with_type) { in OnDisconnect()
171 hci::AddressWithType address_with_type, in OnReadRemoteVersionInformationComplete()
H A Dlink_manager_test.cc94 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
204 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
241 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
289 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
385 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
483 hci::AddressWithType address_with_type({{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, in TEST_F() local
H A Dlink.cc103 void Link::OnLocalAddressUpdate(hci::AddressWithType address_with_type) { in OnLocalAddressUpdate()
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl_ble.cc44 void acl_ble_connection_complete(const tBLE_BD_ADDR& address_with_type, in acl_ble_connection_complete()
50 void acl_ble_connection_fail(const tBLE_BD_ADDR& address_with_type, in acl_ble_connection_fail()
56 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete()
63 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim()
H A Dmock_stack_btm_ble_addr.cc108 tBLE_BD_ADDR* address_with_type, bool refresh) { in btm_identity_addr_to_random_pseudo_from_address_with_type()
H A Dmock_stack_gatt_main.cc77 tBLE_BD_ADDR* address_with_type) { in gatt_find_in_device_record()
H A Dmock_stack_l2cap_ble.cc110 uint16_t handle, uint8_t role, const tBLE_BD_ADDR& address_with_type, in l2cble_conn_comp_from_address_with_type()
/aosp12/system/bt/gd/hci/
H A Dacl_manager.cc162 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection()
211 void AclManager::CancelLeConnect(AddressWithType address_with_type) { in CancelLeConnect()
215 void AclManager::AddDeviceToConnectList(AddressWithType address_with_type) { in AddDeviceToConnectList()
220 AddressWithType address_with_type, in AddDeviceToResolvingList()
226 void AclManager::RemoveDeviceFromConnectList(AddressWithType address_with_type) { in RemoveDeviceFromConnectList()
230 void AclManager::RemoveDeviceFromResolvingList(AddressWithType address_with_type) { in RemoveDeviceFromResolvingList()
H A Dle_scanning_manager.cc64 …const std::vector<uint8_t>& Set(const AddressWithType& address_with_type, std::vector<uint8_t> dat… in Set()
79 bool Exist(const AddressWithType& address_with_type) { in Exist()
87 …const std::vector<uint8_t>& Append(const AddressWithType& address_with_type, std::vector<uint8_t> … in Append()
103 void Clear(AddressWithType address_with_type) { in Clear()
115 AddressWithType address_with_type; member
122 std::list<Item>::iterator Find(const AddressWithType& address_with_type) { in Find()
434 AddressWithType address_with_type(address, (AddressType)address_type); in process_advertising_package_content() local
H A Daddress_with_type_test.cc51 AddressWithType address_with_type(addr, type); in TEST() local
H A Dle_advertising_manager.cc298 AddressWithType address_with_type = le_address_manager_->GetAnotherAddress(); in create_extended_advertiser() local
410 AddressWithType address_with_type = le_address_manager_->GetAnotherAddress(); in set_advertising_set_random_address() local
/aosp12/system/bt/gd/security/
H A Dui.h29 ConfirmationData(bluetooth::hci::AddressWithType address_with_type, std::string name) in ConfirmationData()
31 …ConfirmationData(bluetooth::hci::AddressWithType address_with_type, std::string name, uint32_t num… in ConfirmationData()
/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel_manager.cc26 bool FixedChannelManager::ConnectServices(hci::AddressWithType address_with_type, in ConnectServices()
/aosp12/system/bt/main/shim/
H A Dacl.cc89 bool Add(const hci::AddressWithType& address_with_type) { in Add()
101 bool Remove(const hci::AddressWithType& address_with_type) { in Remove()
647 void OnLocalAddressUpdate(hci::AddressWithType address_with_type) override { in OnLocalAddressUpdate()
850 for (auto address_with_type : shadow_acceptlist) { in clear_acceptlist() local
1146 const hci::AddressWithType& address_with_type, bool is_direct, in AcceptLeConnectionFrom()
1153 const hci::AddressWithType& address_with_type) { in IgnoreLeConnectionFrom()
1187 bluetooth::hci::AddressWithType address_with_type; in GetConnectionLocalAddress() local
1293 hci::AddressWithType address_with_type, in OnLeConnectSuccess()
1340 void shim::legacy::Acl::OnLeConnectFail(hci::AddressWithType address_with_type, in OnLeConnectFail()
H A Dhelpers.h82 const hci::AddressWithType& address_with_type) { in ToLegacyAddressWithType()
/aosp12/system/bt/gd/hci/facade/
H A Dle_initiator_address_facade.cc58 …AddressWithType address_with_type(address, static_cast<AddressType>(request->address_with_type().t… in SetPrivacyPolicyForInitiatorAddress() local
H A Dle_acl_manager_facade.cc215 …void OnLeConnectSuccess(AddressWithType address_with_type, std::unique_ptr<LeAclConnection> connec… in OnLeConnectSuccess()
283 void OnLocalAddressUpdate(AddressWithType address_with_type) override {} in OnLocalAddressUpdate()
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.cc134 auto address_with_type = hci::AddressWithType(device.GetAddress(), *address_type); in LoadSecurityRecords() local
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc105 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in mock_connection_le_on_connected()
111 void mock_connection_le_on_failed(const tBLE_BD_ADDR& address_with_type, in mock_connection_le_on_failed()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_addr.cc280 tBLE_BD_ADDR* address_with_type, bool refresh) { in btm_identity_addr_to_random_pseudo_from_address_with_type()
/aosp12/system/bt/stack/test/common/
H A Dmock_gatt_main.cc76 tBLE_BD_ADDR* address_with_type) { in gatt_find_in_device_record()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc69 void OnLocalAddressUpdate(AddressWithType address_with_type) override { in OnLocalAddressUpdate()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc276 uint16_t handle, uint8_t role, const tBLE_BD_ADDR& address_with_type, in l2cble_conn_comp_from_address_with_type()

12