Searched refs:LL_ENC_RSP (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 134 lt_tx_invalid_pdu_size(LL_ENC_RSP, -1); in ZTEST() 164 lt_tx_invalid_pdu_size(LL_ENC_RSP, 1); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 169 lt_tx_pdu_and_rx_unknown_rsp(LL_ENC_RSP); in ZTEST() 197 lt_tx_pdu_and_rx_unknown_rsp(LL_ENC_RSP); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 75 [LL_ENC_RSP] = helper_pdu_encode_enc_rsp, 114 [LL_ENC_RSP] = helper_pdu_verify_enc_rsp, 152 [LL_ENC_RSP] = NULL, 189 [LL_ENC_RSP] = NULL,
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 292 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 479 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 836 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 942 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 1251 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 1359 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 1470 lt_tx(LL_ENC_RSP, &conn, &enc_rsp); in ZTEST() 1623 lt_rx(LL_ENC_RSP, &conn, &tx, &exp_enc_rsp); in ZTEST() 1854 lt_rx(LL_ENC_RSP, &conn, &tx, &exp_enc_rsp); in ZTEST() 2079 lt_rx(LL_ENC_RSP, &conn, &tx, &exp_enc_rsp); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_pdu.h | 177 LL_ENC_RSP, enumerator
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
|