Home
last modified time | relevance | path

Searched refs:BT_IFACE (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-bt-linux.c55 #define BT_IFACE "bluetooth" macro
114 pcap_snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id); in bt_findalldevs()
153 if (strncmp(cp, BT_IFACE, sizeof BT_IFACE - 1) != 0) { in bt_create()
159 cp += sizeof BT_IFACE - 1; in bt_create()
194 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1) in bt_activate()