Searched refs:own_addr (Results 1 – 5 of 5) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection.cc | 22 AclConnection::AclConnection(AddressWithType addr, AddressWithType own_addr, in AclConnection() argument 24 : address_(addr), own_address_(own_addr), type_(phy_type) {} in AclConnection() 36 void AclConnection::SetOwnAddress(AddressWithType own_addr) { in SetOwnAddress() argument 37 own_address_ = own_addr; in SetOwnAddress()
|
D | acl_connection.h | 31 AclConnection(AddressWithType addr, AddressWithType own_addr, 46 void SetOwnAddress(AddressWithType own_addr);
|
D | acl_connection_handler.h | 49 bluetooth::hci::Address own_addr); 51 bluetooth::hci::AddressWithType own_addr);
|
D | acl_connection_handler.cc | 108 Address own_addr) { in CreateConnection() argument 115 AddressWithType{own_addr, AddressType::PUBLIC_DEVICE_ADDRESS}, in CreateConnection() 123 AddressWithType own_addr) { in CreateLeConnection() argument 127 handle, AclConnection{addr, own_addr, Phy::Type::LOW_ENERGY}); in CreateLeConnection()
|
D | link_layer_controller.h | 163 void HandleLeConnection(AddressWithType addr, AddressWithType own_addr,
|