Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dmatchers.py265 def ConnectionResponse(scid): argument
285 def DisconnectionRequest(scid, dcid): argument
289 def DisconnectionResponse(scid, dcid): argument
328 def LeDisconnectionRequest(scid, dcid): argument
332 def LeDisconnectionResponse(scid, dcid): argument
384 def ExtractBasicFrame(scid): argument
388 def ExtractBasicFrameWithFcs(scid): argument
416 def _basic_frame_for(packet, scid): argument
423 def _basic_frame_with_fcs_for(packet, scid): argument
564 def _is_matching_connection_response(packet, scid): argument
[all …]
Dcaptures.py131 def ConnectionResponse(scid): argument
/system/bt/gd/l2cap/le/cert/
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.py34 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, initial_credits=0): argument
108 def open_channel(self, signal_id, psm, scid, mtu=1000, mps=100, initial_credit=6): argument
Dle_l2cap_test.py90 scid=0x0101, argument
117 …def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33, mtu=1000, mps=100, initial_c… argument
/system/bt/gd/l2cap/classic/cert/
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.py71 scid=0x0101, argument
83 scid=0x0101, argument
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc81 void LeSignallingManager::SendDisconnectRequest(Cid scid, Cid dcid) { in SendDisconnectRequest()