Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_remote.c60 RR_STATE_DISCONNECT, enumerator
663 rr_set_state(conn, RR_STATE_DISCONNECT); in rr_st_idle()
695 rr_set_state(conn, RR_STATE_DISCONNECT); in rr_st_active()
717 rr_set_state(conn, RR_STATE_DISCONNECT); in rr_st_terminate()
728 case RR_STATE_DISCONNECT: in rr_execute_fsm()
754 rr_set_state(conn, RR_STATE_DISCONNECT); in llcp_rr_init()
936 return conn->llcp.remote.state == RR_STATE_DISCONNECT; in llcp_rr_is_disconnected()