Home
last modified time | relevance | path

Searched full:frag_2 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/
Dtestcase.yaml2 bluetooth.host.iso.frag_2:
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c87 bool frag_2; in read_mcumgr_byte() local
94 frag_2 = atomic_test_bit(&data->esc_state, ESC_MCUMGR_FRAG_2); in read_mcumgr_byte()
96 if (pkt_2 || frag_2) { in read_mcumgr_byte()
/Zephyr-latest/drivers/console/
Duart_console.c349 bool frag_2; in read_mcumgr_byte() local
356 frag_2 = atomic_test_bit(&esc_state, ESC_MCUMGR_FRAG_2); in read_mcumgr_byte()
358 if (pkt_2 || frag_2) { in read_mcumgr_byte()