Home
last modified time | relevance | path

Searched refs:LL_REJECT_IND (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c131 lt_tx_invalid_pdu_size(LL_REJECT_IND, -1); in ZTEST()
161 lt_tx_invalid_pdu_size(LL_REJECT_IND, 1); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c175 lt_tx_pdu_and_rx_unknown_rsp(LL_REJECT_IND); in ZTEST()
203 lt_tx_pdu_and_rx_unknown_rsp(LL_REJECT_IND); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c72 [LL_REJECT_IND] = helper_pdu_encode_reject_ind,
111 [LL_REJECT_IND] = helper_pdu_verify_reject_ind,
149 [LL_REJECT_IND] = NULL,
186 [LL_REJECT_IND] = NULL,
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c641 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind); in ZTEST()
728 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
738 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind); in ZTEST()
849 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind); in ZTEST()
945 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
955 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind); in ZTEST()
1057 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind_expected); in ZTEST()
1143 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
1156 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind_expected); in ZTEST()
1267 ut_rx_pdu(LL_REJECT_IND, &ntf, &reject_ind_expected); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/
Dmain.c252 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
354 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/
Dmain.c232 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/
Dmain.c252 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/common/include/
Dhelper_pdu.h174 LL_REJECT_IND, enumerator
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain.c221 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c362 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c289 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
876 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/
Dmain.c711 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
3869 lt_tx(LL_REJECT_IND, &conn, &reject_ind); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1332 * :github:`45854` - Bluetooth: Controller: llcp: Assert if LL_REJECT_IND PDU received while local a…