Home
last modified time | relevance | path

Searched refs:g_hci_step (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dhci_adapter.c30 uint8_t g_hci_step = 0; variable
71 g_hci_step = 0; in hci_tp_open()
73 ret = hci_process_table[g_hci_step].start_pro(); in hci_tp_open()
77 g_hci_step++; in hci_tp_open()
78 hci_process_table[g_hci_step].start_pro(); in hci_tp_open()
155 if(hci_process_table[g_hci_step].check_func != NULL) in hci_tp_config()
192 g_hci_step++; in hci_tp_config()
193 if(g_hci_step == hci_total_step) in hci_tp_config()
208 if(hci_process_table[g_hci_step].start_pro != NULL) in hci_tp_config()
214 g_hci_step++; in hci_tp_config()
[all …]

Completed in 3 milliseconds