Home
last modified time | relevance | path

Searched defs:scid (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py288 def ConnectionResponse(scid): argument
308 def DisconnectionRequest(scid, dcid): argument
312 def DisconnectionResponse(scid, dcid): argument
351 def LeDisconnectionRequest(scid, dcid): argument
355 def LeDisconnectionResponse(scid, dcid): argument
407 def ExtractBasicFrame(scid): argument
411 def ExtractBasicFrameWithFcs(scid): argument
439 def _basic_frame_for(packet, scid): argument
446 def _basic_frame_with_fcs_for(packet, scid): argument
587 def _is_matching_connection_response(packet, scid): argument
[all …]
Dcaptures.py114 def ConnectionResponse(scid): argument
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/le/
Ddual_l2cap_test.py117 def _open_unconfigured_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument
124 def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument
132 …def _open_le_coc_from_cert(self, signal_id=1, scid=0x0101, psm=0x35, mtu=1000, mps=100, initial_cr… argument
Dcert_le_l2cap.py33 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
Dle_l2cap_test.py90 scid=0x0101, argument
115 …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/
DIWifiAwareDiscoverySessionCallback.aidl38 int peerCipherSuite, in byte[] scid, String pairingAlias, in onMatch()
41 int distanceMm, int peerCipherSuite, in byte[] scid, String pairingAlias, in onMatchWithDistance()
DServiceDiscoveryInfo.java43 @NonNull List<byte[]> matchFilter, @Nullable byte[] scid, String pairingAlias, in ServiceDiscoveryInfo()
DWifiAwareManager.java1061 int peerCipherSuite, byte[] scid, String pairingAlias, in onMatch()
1091 int distanceMm, int peerCipherSuite, byte[] scid, String pairingAlias, in onMatchWithDistance()
/packages/modules/DnsResolver/doh/connection/
Dmod.rs53 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/
Dcert_l2cap.py42 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
Dl2cap_test.py69 scid=0x0101, argument
81 scid=0x0101, argument
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc81 void LeSignallingManager::SendDisconnectRequest(Cid scid, Cid dcid) { in SendDisconnectRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java590 byte[] scid, String pairingAlias, in onMatch()
DWifiAwareNativeCallback.java339 int rangingMeasurementInMm, byte[] scid, int peerCipherType, byte[] nonce, byte[] tag, in eventMatch()
DWifiAwareStateManager.java1886 byte[] scid, int peerCipherSuite, byte[] nonce, byte[] tag, in onMatchNotification()
4776 int cipherSuite, byte[] scid, byte[] nonce, byte[] tag, in onMatchLocal()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIface.java739 int rangingMeasurementInMm, byte[] scid, int peerCipherType, byte[] nonce, in eventMatch()