Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs11 pub struct Address { struct
12 pub bytes: [u8; 6],
15 impl Address { impl
21 impl fmt::Display for Address { implementation
39 impl TryFrom<&[u8]> for Address { implementation
95 pub fn command_remote_device_address(command: &CommandPacket) -> Option<Address> { in command_remote_device_address()
Dffi.rs22 pub(crate) fn get_address(&self, handle: u16) -> Option<hci::Address> { in get_address()
44 pub(crate) fn send_lmp_packet(&self, to: hci::Address, packet: &[u8]) { in send_lmp_packet()
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager_unittest.cc54 const bluetooth::hci::Address&, const int) { in TEST()
66 const bluetooth::hci::Address&, const int) { in TEST()
80 const bluetooth::hci::Address&, const int) { in TEST()
97 const bluetooth::hci::Address&, const int) { in TEST()
120 const bluetooth::hci::Address&, const int) { in TEST()
153 const bluetooth::hci::Address&, in TEST()
154 const int) { in TEST()
213 const bluetooth::hci::Address&, in TEST()
214 const int) { in TEST()
351 const bluetooth::hci::Address&,const int) { in TEST()
[all …]
Dmetric_id_manager.cc52 const std::unordered_map<Address, int>& paired_device_map, in Init()
/packages/modules/Bluetooth/system/gd/rust/packets/
Dcustom_types.rs14 pub struct Address { struct
19 impl Address { impl
26 impl fmt::Display for Address { implementation
45 impl TryFrom<&[u8]> for Address { implementation
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc35 constexpr Address::Address(std::array<uint8_t, kLength> const& address) in Address() function in bluetooth::hci::Address
38 Address::Address(const uint8_t (&address)[kLength]) { in Address() function in bluetooth::hci::Address
42 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_09_C.py201 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…
317 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
DBV_17_C.py116 async def steps_4_6(self, peer_address: Address, scan_response_data: List[int]):
DBV_18_C.py143 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAddress.java39 public class Address implements Parcelable { class
85 public Address(String address) { in Address() method in Address
89 public Address(String address, String personal) { in Address() method in Address
507 public Address(Parcel in) { in Address() method in Address
/packages/modules/Bluetooth/system/gd/hci/
Daddress.cc37 Address::Address(const uint8_t (&addr)[6]) { in Address() function in bluetooth::hci::Address
41 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py183 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
DBV_41_C.py131 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_19_C.py56 …teps_1_6(self, duration: int, advertising_event_properties: int, target_address: Optional[Address],
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/
DBV_42_C.py161 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t…
DBV_40_C.py152 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/
Dmod.rs108 pub async fn connect(&mut self, addr: Address) { in connect()
113 pub async fn cancel_connect(&mut self, addr: Address) { in cancel_connect()
/packages/modules/Bluetooth/tools/rootcanal/py/
Dbluetooth.py6 class Address: class
Dcontroller.py58 def __init__(self, address: hci.Address):
/packages/modules/Bluetooth/system/blueberry/utils/
Dbluetooth.py6 class Address: class
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.h42 common::OnceCallback<void(hci::Address, PairingResultOrFailure)> complete_callback, in ClassicPairingHandler()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs107 from: hci::Address, in ingest_lmp()
319 fn peer_address(&self) -> hci::Address { in peer_address()
/packages/modules/Connectivity/tests/common/java/android/net/
DRouteInfoTest.java61 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dcontext.rs87 fn peer_address(&self) -> hci::Address { in peer_address()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs16 fn peer_address(&self) -> hci::Address; in peer_address()

12