Searched refs:hci_adapter_send (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_process.c | 49 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_read_local_ver() 94 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_read_rom_ver() 142 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_read_thermal() 319 hci_adapter_send(p_cmd, HCI_CMD_HDR_LEN + 1 + p_hci_rtk->patch_frag_len); in hci_tp_download_patch() 367 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_set_controller_baudrate() 431 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_rf_radio_ver() 523 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_write_efuse_iqk() 546 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_hci_reset() 598 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_tx_test_cmd() 625 hci_adapter_send(p_cmd, p - p_cmd); in hci_tp_rx_test_cmd() [all …]
|
A D | hci_adapter.c | 45 bool hci_adapter_send(uint8_t *p_buf, uint16_t len) in hci_adapter_send() function
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/ |
A D | hci_process.h | 56 bool hci_adapter_send(uint8_t *p_buf, uint16_t len);
|
Completed in 4 milliseconds