Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dadv.c156 ev = ble_npl_eventq_get(&adv_queue, 0); in mesh_adv_thread()
165 ev = ble_npl_eventq_get(&adv_queue, timeout); in mesh_adv_thread()
169 ev = ble_npl_eventq_get(&adv_queue, BLE_NPL_TIME_FOREVER); in mesh_adv_thread()
Dglue.c295 struct ble_npl_event *ev = ble_npl_eventq_get(fifo, 0); in net_buf_get()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnimble_port.c73 struct ble_npl_event *ev = ble_npl_eventq_get(&g_eventq_dflt, BLE_NPL_TIME_FOREVER); in nimble_port_run()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dnimble_npl.h69 struct ble_npl_event *ble_npl_eventq_get(struct ble_npl_eventq *evq, ble_npl_time_t tmo);
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/
Dnimble_npl_os.h99 static inline struct ble_npl_event *ble_npl_eventq_get(struct ble_npl_eventq *evq, ble_npl_time_t t… in ble_npl_eventq_get() function
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/transport/uart/src/
Dble_hci_uart.c541 ev = ble_npl_eventq_get(&hci_evt_rx_tx_queue, BLE_NPL_TIME_FOREVER); in nimble_vhci_task()