Lines Matching full:bluetooth
30 * Bluetooth sniffing API implementation for Linux platform
39 #include "pcap/bluetooth.h"
51 #include <bluetooth/bluetooth.h>
52 #include <bluetooth/hci.h>
54 #define BT_IFACE "bluetooth"
65 * Private data for capturing on Linux Bluetooth devices.
83 /* if bluetooth is not supported this is not fatal*/
87 errno, "Can't open raw Bluetooth socket");
94 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list",
113 errno, "Can't get Bluetooth device list via ioctl");
123 snprintf(dev_descr, sizeof(dev_descr), "Bluetooth adapter number %u", i);
126 * Bluetooth is a wireless technology.
156 /* Does this look like a Bluetooth device? */
205 "Can't get Bluetooth device index from %s",
290 * Monitor mode doesn't apply to Bluetooth devices.
410 "Packet injection is not supported on Bluetooth devices");