Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/misc/
A Dslist.h357 static inline sys_snode_t *sys_slist_get_not_empty(sys_slist_t *list) in sys_slist_get_not_empty() function
378 return sys_slist_is_empty(list) ? NULL : sys_slist_get_not_empty(list); in sys_slist_get()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c323 tx = (void *)sys_slist_get_not_empty(&conn->tx_complete); in tx_notify()

Completed in 12 milliseconds