Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_HW_FAILURE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c74 HCI_ERR(BT_HCI_ERR_HW_FAILURE), in bt_hci_err_to_str()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c414 return BT_HCI_ERR_HW_FAILURE; in ll_create_connection()
434 return BT_HCI_ERR_HW_FAILURE; in ll_connect_enable()
Dull_adv.c1162 return BT_HCI_ERR_HW_FAILURE;
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3970 #define BT_HCI_ERR_HW_FAILURE 0x03 macro