Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_INVALID_LL_PARAM (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c101 HCI_ERR(BT_HCI_ERR_INVALID_LL_PARAM), in bt_hci_err_to_str()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_conn_upd.c543 ctx->data.cu.error = BT_HCI_ERR_INVALID_LL_PARAM; in lp_cu_st_wait_rx_conn_param_rsp()
608 conn->llcp_terminate.reason_final = BT_HCI_ERR_INVALID_LL_PARAM; in lp_cu_st_wait_rx_conn_update_ind()
1092 ctx->data.cu.error = BT_HCI_ERR_INVALID_LL_PARAM; in rp_cu_st_wait_rx_conn_param_req()
1284 conn->llcp_terminate.reason_final = BT_HCI_ERR_INVALID_LL_PARAM; in rp_cu_st_wait_rx_conn_update_ind()
Dull_peripheral_iso.c227 return BT_HCI_ERR_INVALID_LL_PARAM; in ull_peripheral_iso_acquire()
Dull_iso.c922 return BT_HCI_ERR_INVALID_LL_PARAM; in ll_iso_receive_test()
1257 return BT_HCI_ERR_INVALID_LL_PARAM; in ll_iso_transmit_test()
Dull_llcp_common.c1088 err_code = BT_HCI_ERR_INVALID_LL_PARAM;
Dull_conn_iso.c402 return BT_HCI_ERR_INVALID_LL_PARAM; in ll_conn_iso_accept_timeout_set()
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/
Dmain.c620 .error_code = BT_HCI_ERR_INVALID_LL_PARAM in ZTEST()
1457 .error_code = BT_HCI_ERR_INVALID_LL_PARAM in ZTEST()
3743 .error_code = BT_HCI_ERR_INVALID_LL_PARAM in ZTEST()
5023 zassert_equal(conn.llcp_terminate.reason_final, BT_HCI_ERR_INVALID_LL_PARAM, in ZTEST()
5097 zassert_equal(conn.llcp_terminate.reason_final, BT_HCI_ERR_INVALID_LL_PARAM, in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3997 #define BT_HCI_ERR_INVALID_LL_PARAM 0x1e macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1896 le_conn_param_neg_reply(handle, BT_HCI_ERR_INVALID_LL_PARAM); in le_conn_param_req()