Searched refs:HCI_CHANNEL_CONTROL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sock.h | 47 #define HCI_CHANNEL_CONTROL 3 macro
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 437 if (hci_pi(sk)->channel != HCI_CHANNEL_CONTROL) in hci_send_monitor_ctrl_event() 575 case HCI_CHANNEL_CONTROL: in create_monitor_ctrl_open() 624 case HCI_CHANNEL_CONTROL: in create_monitor_ctrl_close() 869 if (c->channel < HCI_CHANNEL_CONTROL) in hci_mgmt_chan_register() 913 case HCI_CHANNEL_CONTROL: in hci_sock_release() 1436 if (hci_pi(sk)->channel == HCI_CHANNEL_CONTROL) { in hci_sock_bind() 1636 if (chan->channel == HCI_CHANNEL_CONTROL) { in hci_mgmt_cmd()
|
H A D | mgmt_util.c | 92 if (channel == HCI_CHANNEL_CONTROL) in mgmt_send_event_skb()
|
H A D | mgmt.c | 326 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_index_event() 333 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_limited_event() 340 return mgmt_send_event(event, hdev, HCI_CHANNEL_CONTROL, data, len, in mgmt_event() 346 return mgmt_send_event_skb(HCI_CHANNEL_CONTROL, skb, HCI_SOCK_TRUSTED, in mgmt_event_skb() 941 return mgmt_pending_find(HCI_CHANNEL_CONTROL, opcode, hdev); in pending_find() 10491 .channel = HCI_CHANNEL_CONTROL,
|