Home
last modified time | relevance | path

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

/subsys/bluetooth/host/classic/
A Dgoep.c70 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTED); in goep_rfcomm_connected()
91 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_DISCONNECTED); in goep_rfcomm_disconnected()
228 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTING); in goep_rfcomm_accept()
310 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTING); in bt_goep_transport_rfcomm_connect()
325 state = atomic_get(&goep->_state); in bt_goep_transport_rfcomm_disconnect()
380 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTED); in goep_l2cap_connected()
401 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_DISCONNECTED); in goep_l2cap_disconnected()
530 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTING); in goep_l2cap_accept()
575 state = atomic_get(&goep->_state); in bt_goep_transport_l2cap_connect()
622 atomic_set(&goep->_state, BT_GOEP_TRANSPORT_CONNECTING); in bt_goep_transport_l2cap_connect()
[all …]
A Dobex.c134 atomic_set(&obex->_state, BT_OBEX_CONNECTING); in obex_server_connect()
175 if (atomic_get(&obex->_state) != BT_OBEX_CONNECTED) { in obex_server_disconn()
193 atomic_set(&obex->_state, BT_OBEX_DISCONNECTING); in obex_server_disconn()
703 atomic_set(&obex->_state, in obex_client_connect()
728 atomic_set(&obex->_state, in obex_client_disconn()
1008 atomic_set(&obex->_state, BT_OBEX_DISCONNECTED); in bt_obex_transport_connected()
1018 atomic_set(&obex->_state, BT_OBEX_DISCONNECTED); in bt_obex_transport_disconnected()
1102 atomic_set(&obex->_state, BT_OBEX_CONNECTING); in bt_obex_connect()
1114 atomic_set(&obex->_state, BT_OBEX_DISCONNECTED); in bt_obex_connect()
1187 atomic_set(&obex->_state, old_state); in bt_obex_connect_rsp()
[all …]
A Dsco_internal.h148 #define bt_sco_chan_set_state(_chan, _state) \ argument
149 bt_sco_chan_set_state_debug(_chan, _state, __func__, __LINE__)
A Dl2cap_br_internal.h408 #define bt_l2cap_br_chan_set_state(_chan, _state) \ argument
409 bt_l2cap_br_chan_set_state_debug(_chan, _state, __func__, __LINE__)
/subsys/bluetooth/host/
A Diso_internal.h121 #define bt_iso_chan_set_state(_chan, _state) \ argument
122 bt_iso_chan_set_state_debug(_chan, _state, __func__, __LINE__)
A Dl2cap_internal.h202 #define bt_l2cap_chan_set_state(_chan, _state) \ argument
203 bt_l2cap_chan_set_state_debug(_chan, _state, __func__, __LINE__)
/subsys/bluetooth/controller/util/
A Dmayfly.c32 static uint8_t _state; variable
143 if (_state && m->fp == mayfly_ut_mfy) { in dequeue()
203 _state = 0U; in mayfly_run()
210 _state = 1U; in mayfly_run()

Completed in 24 milliseconds