Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py285 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 …]
Dcaptures.py131 def ConnectionResponse(scid): argument
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/le/
Ddual_l2cap_test.py118 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
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.py91 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/
DIWifiAwareDiscoverySessionCallback.aidl32 int peerCipherSuite, in byte[] scid); in onMatch()
34 int distanceMm, int peerCipherSuite, in byte[] scid); in onMatchWithDistance()
DServiceDiscoveryInfo.java41 @NonNull List<byte[]> matchFilter, @Nullable byte[] scid) { in ServiceDiscoveryInfo()
DWifiAwareManager.java950 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/
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/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java312 byte[] scid) { in onMatch()
DWifiAwareStateManager.java1307 byte[] scid, int peerCipherSuite) { in onMatchNotification()
3431 int cipherSuite, byte[] scid) { in onMatchLocal()
/packages/modules/DnsResolver/tests/doh/src/
Dclient.rs274 let scid = generate_conn_id(&self.conn_id_seed, &dcid); in get_or_create() localVariable
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc81 void LeSignallingManager::SendDisconnectRequest(Cid scid, Cid dcid) { in SendDisconnectRequest()