HomeSort by relevance Sort by last modified time
    Searched refs:HCI_RESET (Results 1 - 22 of 22) sorted by null

  /hardware/qcom/bt/msm8960/libbt-vendor/include/
bt_vendor_qcom.h 40 code implementation of sending a HCI_RESET command during the epilog
41 process. It calls back to the callers after command complete of HCI_RESET
50 #define HCI_RESET 0x0C03
  /system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc 34 static_cast<uint8_t>(HCI_RESET),
35 static_cast<uint8_t>(HCI_RESET >> 8),
67 EXPECT_EQ(HCI_RESET, command->GetOpcode());
76 EXPECT_EQ(HCI_RESET, command->GetOpcode());
packet_stream_unittest.cc 134 CheckedReceiveCommand("", HCI_RESET);
138 CheckedReceiveCommand(small_payload, HCI_RESET);
142 CheckedReceiveCommand(large_payload, HCI_RESET);
148 EventPacket::CreateCommandCompleteEvent(1, HCI_RESET, return_parameters));
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h 53 code implementation of sending a HCI_RESET command during the epilog
54 process. It calls back to the callers after command complete of HCI_RESET
63 #define HCI_RESET 0x0C03
hci_uart.h 70 #define HCI_RESET 0x0C03
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 48 code implementation of sending a HCI_RESET command during the epilog
49 process. It calls back to the callers after command complete of HCI_RESET
58 #define HCI_RESET 0x0C03
hci_uart.h 70 #define HCI_RESET 0x0C03
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
bt_vendor_qcom.h 48 code implementation of sending a HCI_RESET command during the epilog
49 process. It calls back to the callers after command complete of HCI_RESET
58 #define HCI_RESET 0x0C03
hci_uart.h 70 #define HCI_RESET 0x0C03
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hardware.c 161 /* Sending a HCI_RESET */
177 UINT16_TO_STREAM(p, HCI_RESET);
181 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
hw_rome.c     [all...]
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
hardware.c 149 /* Sending a HCI_RESET */
165 UINT16_TO_STREAM(p, HCI_RESET);
169 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hardware.c 148 /* Sending a HCI_RESET */
164 UINT16_TO_STREAM(p, HCI_RESET);
168 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
hw_rome.c     [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hardware.c 148 /* Sending a HCI_RESET */
164 UINT16_TO_STREAM(p, HCI_RESET);
168 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
hw_rome.c     [all...]
  /hardware/broadcom/libbt/src/
hardware.c 72 #define HCI_RESET 0x0C03
783 UINT16_TO_STREAM(p, HCI_RESET);
786 is_proceeding = bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_config_cback);
    [all...]
  /system/bt/hci/src/
hci_packet_factory.c 39 return make_command_no_params(HCI_RESET);
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 149 SET_HANDLER(HCI_RESET, HciReset);
281 SendCommandCompleteSuccess(HCI_RESET);
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 137 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
  /external/libnfc-nci/src/include/
hcidefs.h 136 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
    [all...]
  /system/bt/stack/include/
hcidefs.h 138 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
    [all...]

Completed in 202 milliseconds