Home
last modified time | relevance | path

Searched refs:HCI_OP_EXIT_SNIFF_MODE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h541 #define HCI_OP_EXIT_SNIFF_MODE 0x0804 macro
H A Drtk_btusb.c296 case HCI_OP_EXIT_SNIFF_MODE: in print_error_command()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1909 case HCI_OP_EXIT_SNIFF_MODE: in print_command()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c1539 hci_send_cmd(hdev, HCI_OP_EXIT_SNIFF_MODE, sizeof(cp), &cp); in hci_conn_enter_active_mode()
H A Dhci_event.c2240 cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE); in hci_cs_exit_sniff_mode()
3665 case HCI_OP_EXIT_SNIFF_MODE: in hci_cmd_status_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h914 #define HCI_OP_EXIT_SNIFF_MODE 0x0804 macro