Searched refs:HCI_OP_SNIFF_MODE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 905 #define HCI_OP_SNIFF_MODE 0x0803 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 463 hci_send_cmd(hdev, HCI_OP_SNIFF_MODE, sizeof(cp), &cp); in hci_conn_idle()
|
H A D | hci_event.c | 2216 cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE); in hci_cs_sniff_mode() 3670 case HCI_OP_SNIFF_MODE: in hci_cmd_status_evt()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1043 #define HCI_OP_SNIFF_MODE 0x0803 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 665 hci_send_cmd(hdev, HCI_OP_SNIFF_MODE, sizeof(cp), &cp); in hci_conn_idle()
|
H A D | hci_event.c | 2724 cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE); in hci_cs_sniff_mode() 4345 HCI_CS(HCI_OP_SNIFF_MODE, hci_cs_sniff_mode),
|
Completed in 35 milliseconds