Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c854 err = ll_big_sync_terminate(big_handle, (void **)&node_rx); in test_iso_recv_main()
878 err = ll_big_sync_terminate(big_handle, (void **)&node_rx); in test_iso_recv_main()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/
Dll.h142 uint8_t ll_big_sync_terminate(uint8_t big_handle, void **rx);
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c229 uint8_t ll_big_sync_terminate(uint8_t big_handle, void **rx) in ll_big_sync_terminate() function
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c1846 status = ll_big_sync_terminate(big_handle, node_rx); in le_big_terminate_sync()