hci_mgmt_chan
int hci_mgmt_chan_register(struct hci_mgmt_chan *c);
void hci_mgmt_chan_unregister(struct hci_mgmt_chan *c);
static int hci_mgmt_cmd(struct hci_mgmt_chan *chan, struct sock *sk,
struct hci_mgmt_chan *chan;
static struct hci_mgmt_chan *__hci_mgmt_chan_find(unsigned short channel)
struct hci_mgmt_chan *c;
static struct hci_mgmt_chan *hci_mgmt_chan_find(unsigned short channel)
struct hci_mgmt_chan *c;
int hci_mgmt_chan_register(struct hci_mgmt_chan *c)
void hci_mgmt_chan_unregister(struct hci_mgmt_chan *c)
static struct hci_mgmt_chan chan = {