Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dhci_sock.h47 #define HCI_CHANNEL_CONTROL 3 macro
/linux-4.1.27/net/bluetooth/
Dhci_sock.c462 if (c->channel < HCI_CHANNEL_CONTROL) in hci_mgmt_chan_register()
836 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()
825 return mgmt_pending_find(HCI_CHANNEL_CONTROL, opcode, hdev); in pending_find()
832 return mgmt_pending_find_data(HCI_CHANNEL_CONTROL, opcode, hdev, data); in pending_find_data()
8403 .channel = HCI_CHANNEL_CONTROL,