Main index | Section 4 | Options |
#include <sys/types.h>
#include <netgraph/bluetooth/include/ng_ubt.h>
The node has a single hook called hook. Incoming bytes received on the device are re-assembled into HCI frames (according to the length). Full HCI frames are sent out on the hook. The node will add a HCI frame indicator if the device did not send it. HCI frames received on hook are transmitted out. The node will drop the HCI frame indicator unless the device requires it to be present.
hook | |
single HCI frame contained in a single mbuf structure. | |
NGM_UBT_NODE_GET_DEBUG ( get_debug) | |
Returns an integer containing the current debug level for the node. | |
NGM_UBT_NODE_SET_DEBUG ( set_debug) | |
This command takes an integer argument and sets the current debug level for the node. | |
NGM_UBT_NODE_GET_QLEN ( get_qlen) | |
This command takes a parameter that specifies the queue number and returns the current maximal length of the queue for the node. | |
NGM_UBT_NODE_SET_QLEN ( set_qlen) | |
This command takes two parameters that specify the queue number and the maximum length of the queue and sets the maximal length of the queue for the node. | |
NGM_UBT_NODE_GET_STAT ( get_stat) | |
Returns various statistic information for the node, such as: number of bytes (frames) sent, number of bytes (frames) received and number of input (output) errors. | |
NGM_UBT_NODE_RESET_STAT ( reset_stat) | |
Reset all statistic counters to zero. | |
NG_UBT (4) | December 26, 2012 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.