freebsd-dev/sys/netgraph/bluetooth/socket
Maksim Yevmenkin c4e3f62cc1 Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can
use this ioctl to obtain the list of HCI nodes. User-space application
is expected to preallocate 'ng_btsocket_hci_raw_node_list_names' structure
and set limit in 'num_nodes' field. The 'nodes' field should be allocated
as well and it should have space for at least 'num_nodes' elements.

The SIOC_HCI_RAW_NODE_LIST_NAMES should be issued on bound raw HCI socket.
It does not really really matter what HCI name the socket is bound to, as
long as it is not empty.

MFC after:	1 week
2006-05-17 00:13:07 +00:00
..
ng_btsocket_hci_raw.c Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can 2006-05-17 00:13:07 +00:00
ng_btsocket_l2cap_raw.c Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
ng_btsocket_l2cap.c Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
ng_btsocket_rfcomm.c Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
ng_btsocket.c Use sparse initializers for "struct domain" and "struct protosw", 2005-11-09 13:29:16 +00:00
TODO Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00