14#include "tuya_cloud_types.h"
15#include "tuya_error_code.h"
OPERATE_RET(* TKL_HCI_FUNC_CB)(UCHAR_T *p_buf, USHORT_T buf_len)
Definition: tkl_hci.h:38
OPERATE_RET tkl_hci_acl_packet_send(CONST UCHAR_T *p_buf, USHORT_T buf_len)
Send HCI-Command Packet to controller from host. HCI ACL Data packets are used to exchange data betwe...
OPERATE_RET tkl_hci_reset(VOID)
[Linux/Android] Function for reseting the bluetooth host-controller interface Try to recover socket o...
OPERATE_RET tkl_hci_init(VOID)
Function for initializing the bluetooth host-controller interface
OPERATE_RET tkl_hci_callback_register(CONST TKL_HCI_FUNC_CB hci_evt_cb, CONST TKL_HCI_FUNC_CB acl_pkt_cb)
Register the hci callback, while receiving "hci-event" or "acl-packet" data from controller,...
OPERATE_RET tkl_hci_deinit(VOID)
Function for de-initializing the bluetooth host-controller interface
OPERATE_RET tkl_hci_cmd_packet_send(CONST UCHAR_T *p_buf, USHORT_T buf_len)
Send HCI-Command Packet to controller from host. The HCI Command packet is used to send commands to t...