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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-bt-linux.c63 #define BT_IFACE "bluetooth" macro
117 snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
149 /* Does it begin with BT_IFACE? */
150 if (strncmp(cp, BT_IFACE, sizeof BT_IFACE - 1) != 0) {
151 /* Nope, doesn't begin with BT_IFACE */
155 /* Yes - is BT_IFACE followed by a number? */
156 cp += sizeof BT_IFACE - 1;
190 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)

Completed in 168 milliseconds