Searched refs:LL_UNKNOWN_RSP (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 97 lt_rx(LL_UNKNOWN_RSP, &test_conn, &tx, &unknown_rsp); in lt_tx_pdu_and_rx_unknown_rsp() 123 encode_pdu(LL_UNKNOWN_RSP, &pdu, &data); in lt_tx_undef_opcode_and_rx_unknown_rsp() 147 lt_rx(LL_UNKNOWN_RSP, &test_conn, &tx, &unknown_rsp); in lt_tx_undef_opcode_and_rx_unknown_rsp() 172 lt_tx_pdu_and_rx_unknown_rsp(LL_UNKNOWN_RSP); in ZTEST() 200 lt_tx_pdu_and_rx_unknown_rsp(LL_UNKNOWN_RSP); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 101 lt_rx(LL_UNKNOWN_RSP, &test_conn, &tx, &unknown_rsp); in lt_tx_invalid_pdu_size() 142 lt_tx_invalid_pdu_size(LL_UNKNOWN_RSP, -1); in ZTEST() 172 lt_tx_invalid_pdu_size(LL_UNKNOWN_RSP, 1); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/ |
D | main.c | 196 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 326 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 83 [LL_UNKNOWN_RSP] = helper_pdu_encode_unknown_rsp, 122 [LL_UNKNOWN_RSP] = helper_pdu_verify_unknown_rsp, 158 [LL_UNKNOWN_RSP] = NULL, 195 [LL_UNKNOWN_RSP] = NULL,
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/ |
D | main.c | 521 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 525 ut_rx_pdu(LL_UNKNOWN_RSP, &ntf, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/ |
D | main.c | 134 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/ |
D | main.c | 180 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/ |
D | main.c | 143 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_pdu.h | 185 LL_UNKNOWN_RSP, enumerator
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 988 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 2183 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 3992 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 4748 lt_rx(LL_UNKNOWN_RSP, &conn, &tx, &unknown_rsp); in ZTEST() 4775 lt_rx(LL_UNKNOWN_RSP, &conn, &tx, &unknown_rsp); in ZTEST() 4834 lt_rx(LL_UNKNOWN_RSP, &conn, &tx, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 714 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in test_cte_req_ll_unknown_rsp_local() 723 ut_rx_pdu(LL_UNKNOWN_RSP, &ntf, &unknown_rsp); in test_cte_req_ll_unknown_rsp_local()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 181 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 346 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST() 802 lt_tx(LL_UNKNOWN_RSP, &conn, &unknown_rsp); in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1360 …- Bluetooth: Controller: llcp: CTE request control procedure has missing support for LL_UNKNOWN_RSP
|