| /packages/modules/Bluetooth/system/gd/l2cap/classic/ |
| D | link_property_listener.h | 38 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()
|
| D | link_security_interface.h | 105 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/ |
| D | metrics.cc | 28 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/ |
| D | packets.rs | 26 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/ |
| D | metric_id_manager_unittest.cc | 54 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/ |
| D | address.cc | 42 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/ |
| D | controller.py | 73 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:
|
| D | bluetooth.py | 20 class Address: class
|
| /packages/modules/Bluetooth/system/gd/security/test/ |
| D | fake_name_db.h | 40 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/ |
| D | connections.rs | 150 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 …]
|
| D | informational.rs | 531 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/ |
| D | lib.rs | 14 impl fmt::Display for Address { implementation 25 impl From<&[u8; 6]> for Address { implementation
|
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
| D | BV_09_C.py | 215 …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…
|
| D | BV_17_C.py | 130 async def steps_4_6(self, peer_address: Address, scan_response_data: List[int]):
|
| D | BV_18_C.py | 157 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
|
| /packages/modules/Bluetooth/system/gd/hci/ |
| D | address.cc | 37 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/ |
| D | address.cc | 35 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/ |
| D | Address.java | 39 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/ |
| D | mock_main_shim_acl.cc | 76 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/ |
| D | BV_20_C.py | 71 async def steps_2_8(self, advertising_event_properties: int, target_address: Optional[Address],
|
| D | BV_19_C.py | 70 …teps_1_6(self, duration: int, advertising_event_properties: int, target_address: Optional[Address],
|
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ |
| D | BV_43_C.py | 197 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
|
| D | BV_41_C.py | 145 …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/ |
| D | BV_42_C.py | 175 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t…
|
| D | BV_40_C.py | 166 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
|