MCPcopy Create free account
hub / github.com/secdev/scapy / L2CAP_ConnReq

Class L2CAP_ConnReq

scapy/layers/bluetooth.py:372–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370
371
372class L2CAP_ConnReq(Packet):
373 name = "L2CAP Conn Req"
374 fields_desc = [LEShortEnumField("psm", 0, {1: "SDP",
375 3: "RFCOMM",
376 5: "TCS-BIN",
377 7: "TCS-BIN-CORDLESS",
378 15: "BNEP",
379 17: "HID-Control",
380 19: "HID-Interrupt",
381 21: "UPnP",
382 23: "AVCTP-Control",
383 25: "AVDTP",
384 27: "AVCTP-Browsing",
385 29: "UDI_C-Plane",
386 31: "ATT",
387 33: "3DSP",
388 35: "IPSP",
389 37: "OTS"}),
390 LEShortField("scid", 0),
391 ]
392
393
394class L2CAP_ConnResp(Packet):

Callers

nothing calls this directly

Calls 2

LEShortEnumFieldClass · 0.90
LEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…