Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h123 #define SIOC_HCI_RAW_NODE_GET_FEATURES \ macro
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c160 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_FEATURES, &r, sizeof(r)) < 0) in hci_read_node_features()
/freebsd/lib/libbluetooth/
H A Dhci.c639 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_FEATURES, &rp.r2, sizeof(rp.r2)) < 0) in bt_devinfo()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1118 case SIOC_HCI_RAW_NODE_GET_FEATURES: { in ng_btsocket_hci_raw_control()