Home
last modified time | relevance | path

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

123

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h38 virtual void OnLinkConnected(hci::Address /* remote */, uint16_t /* handle */) {} in OnLinkConnected()
43 virtual void OnLinkDisconnected(hci::Address /* remote */) {} in OnLinkDisconnected()
50 hci::Address /* remote */, in OnReadRemoteVersionInformation()
59 virtual void OnReadRemoteSupportedFeatures(hci::Address /* remote */, uint64_t /* features */) {} in OnReadRemoteSupportedFeatures()
66 hci::Address /* remote */, in OnReadRemoteExtendedFeatures()
75 hci::ErrorCode /* status */, hci::Address /* remote */, hci::Role /* role */) {} in OnRoleChange()
80 virtual void OnReadClockOffset(hci::Address /* remote */, uint16_t /* clock_offset */) {} in OnReadClockOffset()
87 hci::Address /* remote */, in OnModeChange()
96 hci::Address /* remote */, in OnSniffSubrating()
Dlink_security_interface.h105 virtual void OnLinkDisconnected(hci::Address /* remote */) {} in OnLinkDisconnected()
111 hci::ErrorCode /* hci_status */, hci::Address /* remote */) {} in OnAuthenticationComplete()
117 virtual void OnEncryptionChange(hci::Address /* remote */, bool /* encrypted */) {} in OnEncryptionChange()
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc28 const Address& /* address */, in LogMetricClassicPairingEvent()
37 const Address& /* address */, in LogMetricSocketConnectionState()
50 const Address& /* address */, in LogMetricA2dpAudioUnderrunEvent()
55 const Address& /* address */, in LogMetricA2dpAudioOverrunEvent()
62 const Address& /* address */, in LogMetricHfpPacketLossStats()
71 const Address& /* address */, in LogMetricReadRssiResult()
77 const Address& /* address */, in LogMetricReadFailedContactCounterResult()
83 const Address& /* address */, in LogMetricReadTxPowerLevelResult()
96 const Address* /* address */, in LogMetricLinkLayerConnectionEvent()
107 const Address& /* address */, in LogMetricManufacturerInfo()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs26 impl fmt::Display for Address { implementation
37 impl From<&[u8; 6]> for Address { implementation
52 impl Address { implementation
58 pub fn command_remote_device_address(command: &Command) -> Option<Address> { in command_remote_device_address()
/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 …]
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc42 constexpr Address::Address(std::array<uint8_t, kLength> const& address) in Address() function in bluetooth::hci::Address
45 Address::Address(const uint8_t (&address)[kLength]) { in Address() function in bluetooth::hci::Address
49 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py73 def __init__(self, address: hci.Address):
147 source_address: hci.Address,
148 destination_address: hci.Address,
344 source_address: hci.Address,
345 destination_address: hci.Address,
377 async def establish_le_connection_central(self, peer_address: hci.Address) -> int:
443 async def establish_le_connection_peripheral(self, peer_address: hci.Address) -> int:
Dbluetooth.py20 class Address: class
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_name_db.h40 bool IsNameCached(hci::Address /* address */) const { in IsNameCached()
44 neighbor::RemoteName ReadCachedRemoteName(hci::Address /* address */) const { in ReadCachedRemoteName()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs150 fn process_classic_connection(&mut self, address: Address, packet: &Packet) { in process_classic_connection()
160 fn convert_sco_handle_to_address(&self, handle: ConnectionHandle) -> Address { in convert_sco_handle_to_address()
167 fn process_sync_connection(&mut self, address: Address, packet: &Packet) { in process_sync_connection()
179 address: Address, in process_le_create_connection()
193 fn process_add_accept_list(&mut self, address: Address, _packet: &Packet) { in process_add_accept_list()
197 fn process_remove_accept_list(&mut self, address: Address, _packet: &Packet) { in process_remove_accept_list()
347 address: Address, in process_conn_complete_ev()
447 address: Address, in process_sync_conn_complete_ev()
480 address: Address, in process_le_conn_complete_ev()
882 fn process_address_auth(&mut self, status: ErrorCode, address: Address, packet: &Packet) { in process_address_auth()
[all …]
Dinformational.rs531 fn report_address_type(&mut self, address: &Address, address_type: AddressType) { in report_address_type()
536 fn report_name(&mut self, address: &Address, name: &String) { in report_name()
541 fn report_acl_state(&mut self, address: &Address, state: AclState) { in report_acl_state()
548 address: &Address, in report_connection_start()
560 address: &Address, in report_sco_connection_start()
630 fn process_gap_data(&mut self, address: &Address, data: &GapData) { in process_gap_data()
641 fn process_raw_gap_data(&mut self, address: &Address, data: &[u8]) { in process_raw_gap_data()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dlib.rs14 impl fmt::Display for Address { implementation
25 impl From<&[u8; 6]> for Address { implementation
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_09_C.py215 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…
331 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
DBV_17_C.py130 async def steps_4_6(self, peer_address: Address, scan_response_data: List[int]):
DBV_18_C.py157 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
/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/system/pdl/hci/
Daddress.cc35 Address::Address(const uint8_t (&addr)[6]) { in Address() function in bluetooth::hci::Address
39 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/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/test/mock/
Dmock_main_shim_acl.cc76 const hci::Address& /* address */) { in CreateClassicConnection()
81 const hci::Address& /* address */) { in CancelClassicConnection()
129 void shim::legacy::Acl::OnConnectRequest(hci::Address /* address */, in OnConnectRequest()
133 void shim::legacy::Acl::OnConnectFail(hci::Address /* address */, in OnConnectFail()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_20_C.py71 async def steps_2_8(self, advertising_event_properties: int, target_address: Optional[Address],
DBV_19_C.py70 …teps_1_6(self, duration: int, advertising_event_properties: int, target_address: Optional[Address],
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py197 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
DBV_41_C.py145 …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/CON_/PER/
DBV_42_C.py175 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t…
DBV_40_C.py166 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…

123