Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_flow.c120 ble_npl_callout_stop(&ble_hs_flow_timer); in ble_hs_flow_inc_completed_pkts()
208 ble_npl_callout_stop(&ble_hs_flow_timer); in ble_hs_flow_startup()
Dble_hs_stop.c51 ble_npl_callout_stop(&ble_hs_stop_terminate_tmo); in ble_hs_stop_done()
Dble_hs.c409 ble_npl_callout_stop(&ble_hs_timer); in ble_hs_timer_reset()
593 ble_npl_callout_stop(&ble_hs_timer); in ble_hs_start()
Dble_monitor.c172 ble_npl_callout_stop(&rtt_drops.tmo); in reset_drop_counters()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dnimble_npl.h124 void ble_npl_callout_stop(struct ble_npl_callout *co);
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/
Dnimble_npl_os.h208 static inline void ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop() function
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dglue.c339 ble_npl_callout_stop(&w->work); in k_delayed_work_cancel()