Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dtester.c60 while (!atomic_test_bit(le_chan.chan.status, BT_L2CAP_STATUS_OUT)) { in entrypoint_tester()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h161 BT_L2CAP_STATUS_OUT, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c430 atomic_set_bit(chan->status, BT_L2CAP_STATUS_OUT); in bt_l2cap_connected()
795 atomic_clear_bit(lechan->chan.status, BT_L2CAP_STATUS_OUT); in chan_take_credit()
1279 if (!atomic_test_and_set_bit(chan->chan.status, BT_L2CAP_STATUS_OUT)) { in l2cap_chan_tx_give_credits()
Datt.c369 BT_L2CAP_STATUS_OUT)) { in chan_send()
3323 if (!atomic_test_bit(status, BT_L2CAP_STATUS_OUT)) { in bt_att_status()