Searched defs:dcid (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
| D | matchers.py | 304 def ConfigurationRequestView(dcid): 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 623 def _is_matching_disconnection_request(packet, scid, dcid): argument 631 def _is_matching_disconnection_response(packet, scid, dcid): argument 639 def _is_matching_le_disconnection_response(packet, scid, dcid): argument 647 def _is_matching_le_disconnection_request(packet, scid, dcid): argument
|
| /packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/le/ |
| D | cert_le_l2cap.py | 33 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, initial_credits=0): argument
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
| D | signalling_manager.cc | 81 void LeSignallingManager::SendDisconnectRequest(Cid scid, Cid dcid) { in SendDisconnectRequest()
|
| /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
|