Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_INSTANT_PASSED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c111 HCI_ERR(BT_HCI_ERR_INSTANT_PASSED), in bt_hci_err_to_str()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_chmu.c246 conn->llcp_terminate.reason_final = BT_HCI_ERR_INSTANT_PASSED; in rp_chmu_st_wait_rx_channel_map_update_ind()
Dull_llcp_phy.c222 ctx->data.pu.error = BT_HCI_ERR_INSTANT_PASSED; in pu_check_update_ind()
1177 if (ctx->data.pu.error == BT_HCI_ERR_INSTANT_PASSED) { in rp_pu_st_wait_rx_phy_update_ind()
1179 conn->llcp_terminate.reason_final = BT_HCI_ERR_INSTANT_PASSED; in rp_pu_st_wait_rx_phy_update_ind()
Dull_llcp_conn_upd.c1282 conn->llcp_terminate.reason_final = BT_HCI_ERR_INSTANT_PASSED; in rp_cu_st_wait_rx_conn_update_ind()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h4007 #define BT_HCI_ERR_INSTANT_PASSED 0x28 macro