Searched refs:HCI_RESET (Results 1 - 2 of 2) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | hardware.c | 79 #define HCI_RESET 0x0C03 macro 699 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback() 702 xmit_bytes = bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_config_cback() 1020 // Start from sending HCI_RESET in hw_config_start() 1034 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_start() 1038 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_config_start() 1412 /* Sending a HCI_RESET */ in hw_epilog_process() 1426 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process() 1430 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_epilog_process() 1455 case HCI_RESET in hw_process_event() [all...] |
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | hardware.c | 79 #define HCI_RESET 0x0C03 macro 747 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback() 750 xmit_bytes = bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_config_cback() 1066 // Start from sending HCI_RESET in hw_config_start() 1080 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_start() 1084 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_config_start() 1460 /* Sending a HCI_RESET */ in hw_epilog_process() 1474 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process() 1478 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf); in hw_epilog_process() 1504 case HCI_RESET in hw_process_event() [all...] |
Completed in 4 milliseconds