Searched defs:HCI_RESET (Results 1 - 10 of 10) 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/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 106 milliseconds