Home
last modified time | relevance | path

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

/trueos/sys/netgraph/bluetooth/include/
HDng_btsocket.h93 ng_hci_node_debug_ep debug;
HDng_hci.h505 typedef u_int16_t ng_hci_node_debug_ep; typedef
/trueos/sys/netgraph/bluetooth/hci/
HDng_hci_main.c368 *((ng_hci_node_debug_ep *)(rsp->data)) = unit->debug; in ng_hci_default_rcvmsg()
373 if (msg->header.arglen != sizeof(ng_hci_node_debug_ep)){ in ng_hci_default_rcvmsg()
378 unit->debug = *((ng_hci_node_debug_ep *)(msg->data)); in ng_hci_default_rcvmsg()
HDng_hci_var.h129 ng_hci_node_debug_ep debug; /* debug level */