Home
last modified time | relevance | path

Searched refs:HCI_CHANNEL_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/bluetooth/
Dhci_sock.h47 #define HCI_CHANNEL_CONTROL 3 macro
/linux-4.4.14/net/bluetooth/
Dhci_sock.c526 if (c->channel < HCI_CHANNEL_CONTROL) in hci_mgmt_chan_register()
909 if (haddr.hci_channel == HCI_CHANNEL_CONTROL) { in hci_sock_bind()
Dmgmt.c246 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_index_event()
253 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_limited_event()
260 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_generic_event()
267 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_event()
833 return mgmt_pending_find(HCI_CHANNEL_CONTROL, opcode, hdev); in pending_find()
840 return mgmt_pending_find_data(HCI_CHANNEL_CONTROL, opcode, hdev, data); in pending_find_data()
8643 .channel = HCI_CHANNEL_CONTROL,