Searched refs:hci_sent_cmd_data (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/bluetooth/ |
D | hci_event.c | 146 sent = hci_sent_cmd_data(hdev, OGF_HOST_CTL, OCF_WRITE_AUTH_ENABLE); in hci_cc_host_ctl() 163 sent = hci_sent_cmd_data(hdev, OGF_HOST_CTL, OCF_WRITE_ENCRYPT_MODE); in hci_cc_host_ctl() 198 sent = hci_sent_cmd_data(hdev, OGF_HOST_CTL, OCF_WRITE_SCAN_ENABLE); in hci_cc_host_ctl() 310 create_conn_cp *cc = hci_sent_cmd_data(hdev, OGF_LINK_CTL, OCF_CREATE_CONN); in hci_cs_create_conn() 354 add_sco_cp *cp = hci_sent_cmd_data(hdev, in hci_cs_link_ctl()
|
D | hci_core.c | 1016 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf) in hci_sent_cmd_data() function
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | hci_core.h | 449 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf);
|