Home
last modified time | relevance | path

Searched refs:HCI_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h267 HCI_RESET = 0x0003, enumerator
/linux-4.4.14/include/net/bluetooth/
Dhci.h199 HCI_RESET, enumerator
/linux-4.4.14/net/bluetooth/
Dhci_event.c200 clear_bit(HCI_RESET, &hdev->flags); in hci_cc_reset()
3036 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_complete_evt()
3131 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_status_evt()
Dhci_core.c390 set_bit(HCI_RESET, &req->hdev->flags); in hci_reset_req()
4508 if (test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_work()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c1649 HCI_RESET, in bthci_CmdReset()
4183 case HCI_RESET: in bthci_HandleOGFSetEventMaskCMD()