Searched refs:HCI_RESET (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/bt/msm8960/libbt-vendor/include/
H A Dbt_vendor_qcom.h40 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 macro
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dbt_vendor_qcom.h53 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 macro
H A Dhci_uart.h70 #define HCI_RESET 0x0C03 macro
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dbt_vendor_qcom.h48 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 macro
H A Dhci_uart.h70 #define HCI_RESET 0x0C03 macro
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dbt_vendor_qcom.h53 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 macro
H A Dhci_uart.h70 #define HCI_RESET 0x0C03 macro
/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dhardware.c149 /* 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/
H A Dhardware.c148 /* Sending a HCI_RESET */
164 UINT16_TO_STREAM(p, HCI_RESET);
168 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
H A Dhw_rome.c1469 cmd_hdr->opcode = HCI_RESET;
1527 cmd_hdr->opcode = HCI_RESET;
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhardware.c161 /* Sending a HCI_RESET */
177 UINT16_TO_STREAM(p, HCI_RESET);
181 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
H A Dhw_rome.c1490 cmd_hdr->opcode = HCI_RESET;
1548 cmd_hdr->opcode = HCI_RESET;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhardware.c162 /* Sending a HCI_RESET */
178 UINT16_TO_STREAM(p, HCI_RESET);
182 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
H A Dhw_rome.c1536 cmd_hdr->opcode = HCI_RESET;
1594 cmd_hdr->opcode = HCI_RESET;
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhardware.c166 /* Sending a HCI_RESET */
177 UINT16_TO_STREAM(p, HCI_RESET);
181 q->cb->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
H A Dhw_rome.c1502 cmd_hdr->opcode = HCI_RESET;
1560 cmd_hdr->opcode = HCI_RESET;
/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dbt_vendor_qcom.h52 code implementation of sending a HCI_RESET command during the epilog
53 process. It calls back to the callers after command complete of HCI_RESET
62 #define HCI_RESET 0x0C03 macro
H A Dhci_uart.h72 #define HCI_RESET 0x0C03 macro
/hardware/broadcom/libbt/src/
H A Dhardware.c72 #define HCI_RESET 0x0C03 macro
783 UINT16_TO_STREAM(p, HCI_RESET);
786 is_proceeding = bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_config_cback);
1119 /* Start from sending HCI_RESET */
1135 UINT16_TO_STREAM(p, HCI_RESET);
1140 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_config_cback);
1602 /* Sending a HCI_RESET */
1618 UINT16_TO_STREAM(p, HCI_RESET);
1622 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);

Completed in 1299 milliseconds