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

Function srbt1

scapy/layers/bluetooth.py:3204–3208  ·  view source on GitHub ↗

send and receive 1 packet using a bluetooth socket

(bt_address, pkts, *args, **kargs)

Source from the content-addressed store, hash-verified

3202
3203@conf.commands.register
3204def srbt1(bt_address, pkts, *args, **kargs):
3205 """send and receive 1 packet using a bluetooth socket"""
3206 a, b = srbt(bt_address, pkts, *args, **kargs)
3207 if len(a) > 0:
3208 return a[0][1]

Callers

nothing calls this directly

Calls 1

srbtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…