Searched refs:hci_sent_cmd_data (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_event.c | 491 sent = hci_sent_cmd_data(hdev, HCI_OP_SET_EVENT_FLT); in hci_cc_set_event_filter() 1084 cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK); in hci_cc_read_clock() 1171 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply() 2270 if (hci_sent_cmd_data(hdev, HCI_OP_INQUIRY)) in hci_cs_inquiry() 2281 cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_CONN); in hci_cs_create_conn() 2321 cp = hci_sent_cmd_data(hdev, HCI_OP_ADD_SCO); in hci_cs_add_sco() 2671 cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE); in hci_cs_sniff_mode() 2730 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect() 2935 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_START_ENC); in hci_cs_le_start_enc() 2963 cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE); in hci_cs_switch_role() [all …]
|
| H A D | hci_core.c | 3112 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data() function 3915 if (!hci_sent_cmd_data(hdev, opcode)) { in hci_req_cmd_complete()
|
| H A D | hci_sync.c | 2859 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST); in hci_le_set_ext_scan_param_sync()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 2255 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode);
|