Home | History | Annotate | Download | only in libpcap

Lines Matching full:bluetooth

30  * Bluetooth sniffing API implementation for Linux platform
41 #include "pcap/bluetooth.h"
56 #include <bluetooth/bluetooth.h>
57 #include <bluetooth/hci.h>
59 #define BT_IFACE "bluetooth"
70 * Private data for capturing on Linux Bluetooth devices.
87 /* if bluetooth is not supported this this is not fatal*/
91 "Can't open raw Bluetooth socket: %s", strerror(errno));
98 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list",
109 "Can't get Bluetooth device list via ioctl: %s",
120 snprintf(dev_descr, 30, "Bluetooth adapter number %d", i);
147 /* Does this look like a Bluetooth device? */
196 "Can't get Bluetooth device index from %s",
272 * Monitor mode doesn't apply to Bluetooth devices.
372 "bluetooth devices");