Searched refs:LL_ENC_REQ (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 217 lt_tx_pdu_and_rx_unknown_rsp(LL_ENC_REQ); in ZTEST() 258 lt_tx_pdu_and_rx_unknown_rsp(LL_ENC_REQ); in ZTEST() 267 lt_tx_pdu_and_rx_unknown_rsp(LL_ENC_REQ); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 133 lt_tx_invalid_pdu_size(LL_ENC_REQ, -1); in ZTEST() 163 lt_tx_invalid_pdu_size(LL_ENC_REQ, 1); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 281 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 471 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 620 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 717 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 825 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 931 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 1033 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 1132 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 1240 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() 1348 lt_rx(LL_ENC_REQ, &conn, &tx, &exp_enc_req); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 74 [LL_ENC_REQ] = helper_pdu_encode_enc_req, 113 [LL_ENC_REQ] = helper_pdu_verify_enc_req, 151 [LL_ENC_REQ] = helper_pdu_ntf_verify_enc_req, 188 [LL_ENC_REQ] = NULL,
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_pdu.h | 176 LL_ENC_REQ, enumerator
|