/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | matchers.py | 285 def ConnectionResponse(scid): argument 305 def DisconnectionRequest(scid, dcid): argument 309 def DisconnectionResponse(scid, dcid): argument 348 def LeDisconnectionRequest(scid, dcid): argument 352 def LeDisconnectionResponse(scid, dcid): argument 404 def ExtractBasicFrame(scid): argument 408 def ExtractBasicFrameWithFcs(scid): argument 436 def _basic_frame_for(packet, scid): argument 443 def _basic_frame_with_fcs_for(packet, scid): argument 584 def _is_matching_connection_response(packet, scid): argument [all …]
|
D | captures.py | 131 def ConnectionResponse(scid): argument
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/le/ |
D | dual_l2cap_test.py | 118 def _open_unconfigured_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument 125 def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument 133 …def _open_le_coc_from_cert(self, signal_id=1, scid=0x0101, psm=0x35, mtu=1000, mps=100, initial_cr… argument
|
D | cert_le_l2cap.py | 33 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, initial_credits=0): argument 107 def open_channel(self, signal_id, psm, scid, mtu=1000, mps=100, initial_credit=6): argument
|
D | le_l2cap_test.py | 91 scid=0x0101, argument 118 …def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33, mtu=1000, mps=100, initial_c… argument
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | IWifiAwareDiscoverySessionCallback.aidl | 32 int peerCipherSuite, in byte[] scid); in onMatch() 34 int distanceMm, int peerCipherSuite, in byte[] scid); in onMatchWithDistance()
|
D | ServiceDiscoveryInfo.java | 41 @NonNull List<byte[]> matchFilter, @Nullable byte[] scid) { in ServiceDiscoveryInfo()
|
D | WifiAwareManager.java | 950 byte[] matchFilter, int distanceMm, int peerCipherSuite, byte[] scid) { in onMatchCommon() 966 int peerCipherSuite, byte[] scid) { in onMatch() 975 int distanceMm, int peerCipherSuite, byte[] scid) { in onMatchWithDistance()
|
/packages/modules/DnsResolver/doh/connection/ |
D | mod.rs | 53 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; localVariable 142 let scid = new_scid(); in new() localVariable
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/classic/ |
D | cert_l2cap.py | 42 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, fcs=None): argument 202 def open_channel(self, signal_id, psm, scid, fcs=None): argument 214 def verify_and_respond_open_channel_from_remote(self, psm=0x33, scid=None, fcs=None): argument
|
D | l2cap_test.py | 69 scid=0x0101, argument 81 scid=0x0101, argument
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDiscoverySessionState.java | 312 byte[] scid) { in onMatch()
|
D | WifiAwareStateManager.java | 1307 byte[] scid, int peerCipherSuite) { in onMatchNotification() 3431 int cipherSuite, byte[] scid) { in onMatchLocal()
|
/packages/modules/DnsResolver/tests/doh/src/ |
D | client.rs | 274 let scid = generate_conn_id(&self.conn_id_seed, &dcid); in get_or_create() localVariable
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 81 void LeSignallingManager::SendDisconnectRequest(Cid scid, Cid dcid) { in SendDisconnectRequest()
|