Searched refs:LL_LENGTH_RSP (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 113 lt_tx(LL_LENGTH_RSP, &conn, &remote_length_rsp); in ZTEST() 118 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in ZTEST() 465 lt_tx(LL_LENGTH_RSP, &conn, &remote_length_rsp); in ZTEST() 541 lt_tx(LL_LENGTH_RSP, &conn, &remote_length_rsp); in ZTEST() 546 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in ZTEST() 566 lt_tx(LL_LENGTH_RSP, &conn, &remote_length_rsp2); in ZTEST() 607 lt_tx(LL_LENGTH_RSP, &conn, &remote_length_rsp); in ZTEST() 612 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in ZTEST() 664 lt_rx(LL_LENGTH_RSP, &conn, &tx, &local_length_rsp); in ZTEST() 672 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 149 lt_tx_invalid_pdu_size(LL_LENGTH_RSP, -1); in ZTEST() 179 lt_tx_invalid_pdu_size(LL_LENGTH_RSP, 1); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 179 lt_tx_pdu_and_rx_unknown_rsp(LL_LENGTH_RSP); in ZTEST() 207 lt_tx_pdu_and_rx_unknown_rsp(LL_LENGTH_RSP); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 90 [LL_LENGTH_RSP] = helper_pdu_encode_length_rsp, 129 [LL_LENGTH_RSP] = helper_pdu_verify_length_rsp, 165 [LL_LENGTH_RSP] = NULL,
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_pdu.h | 192 LL_LENGTH_RSP, enumerator
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 917 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in check_phy_update()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 246 ut_rx_pdu(LL_LENGTH_RSP, &ntf, &length_ntf); in ZTEST()
|