Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h122 uint8_t ll_big_terminate(uint8_t big_handle, uint8_t reason);
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c302 err = ll_big_terminate(big_handle, BT_HCI_ERR_LOCALHOST_TERM_CONN); in terminate_ll_big()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c689 uint8_t ll_big_terminate(uint8_t big_handle, uint8_t reason) in ll_big_terminate() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1744 status = ll_big_terminate(cmd->big_handle, cmd->reason); in le_terminate_big()