Searched refs:HCI_CHANNEL_CONTROL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | hci_sock.h | 47 #define HCI_CHANNEL_CONTROL 3 macro
|
/Linux-v4.19/net/bluetooth/ |
D | hci_sock.c | 368 if (hci_pi(sk)->channel != HCI_CHANNEL_CONTROL) in hci_send_monitor_ctrl_event() 506 case HCI_CHANNEL_CONTROL: in create_monitor_ctrl_open() 553 case HCI_CHANNEL_CONTROL: in create_monitor_ctrl_close() 798 if (c->channel < HCI_CHANNEL_CONTROL) in hci_mgmt_chan_register() 842 case HCI_CHANNEL_CONTROL: in hci_sock_release() 1301 if (hci_pi(sk)->channel == HCI_CHANNEL_CONTROL) { in hci_sock_bind() 1502 if (chan->channel == HCI_CHANNEL_CONTROL) { in hci_mgmt_cmd()
|
D | mgmt_util.c | 85 if (channel == HCI_CHANNEL_CONTROL) in mgmt_send_event()
|
D | mgmt.c | 253 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_index_event() 260 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_limited_event() 267 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_event() 853 return mgmt_pending_find(HCI_CHANNEL_CONTROL, opcode, hdev); in pending_find() 860 return mgmt_pending_find_data(HCI_CHANNEL_CONTROL, opcode, hdev, data); in pending_find_data() 7947 .channel = HCI_CHANNEL_CONTROL,
|