Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c356 err = ll_terminate_ind_send(conn_handle + 1, reason); in ZTEST()
358 err = ll_terminate_ind_send(conn_handle, reason); in ZTEST()
361 err = ll_terminate_ind_send(conn_handle, reason); in ZTEST()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/include/
Dll.h253 uint8_t ll_terminate_ind_send(uint16_t handle, uint8_t reason);
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_conn.c385 uint8_t ll_terminate_ind_send(uint16_t handle, uint8_t reason) in ll_terminate_ind_send() function
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c377 status = ll_terminate_ind_send(handle, cmd->reason); in disconnect()