Searched refs:HCI_OP_EXIT_SNIFF_MODE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 914 #define HCI_OP_EXIT_SNIFF_MODE 0x0804 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 1551 hci_send_cmd(hdev, HCI_OP_EXIT_SNIFF_MODE, sizeof(cp), &cp); in hci_conn_enter_active_mode()
|
H A D | hci_event.c | 2243 cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE); in hci_cs_exit_sniff_mode() 3674 case HCI_OP_EXIT_SNIFF_MODE: in hci_cmd_status_evt()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1052 #define HCI_OP_EXIT_SNIFF_MODE 0x0804 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 2542 hci_send_cmd(hdev, HCI_OP_EXIT_SNIFF_MODE, sizeof(cp), &cp); in hci_conn_enter_active_mode()
|
H A D | hci_event.c | 2751 cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE); in hci_cs_exit_sniff_mode() 4346 HCI_CS(HCI_OP_EXIT_SNIFF_MODE, hci_cs_exit_sniff_mode),
|
Completed in 34 milliseconds