Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c176 err = ll_version_ind_send(conn_handle); in ZTEST()
203 err = ll_version_ind_send(conn_handle + 1); in ZTEST()
213 err = ll_version_ind_send(conn_handle); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h258 uint8_t ll_version_ind_send(uint16_t handle);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c524 uint8_t ll_version_ind_send(uint16_t handle) in ll_version_ind_send() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c390 status = ll_version_ind_send(handle); in read_remote_ver_info()