Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c82 HCI_ERR(BT_HCI_ERR_CONN_ALREADY_EXISTS), in bt_hci_err_to_str()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c120 return BT_HCI_ERR_CONN_ALREADY_EXISTS; in ll_create_connection()
Dull_central_iso.c713 return BT_HCI_ERR_CONN_ALREADY_EXISTS; in ll_cis_create_check()
Dull_sync.c141 return BT_HCI_ERR_CONN_ALREADY_EXISTS; in ll_sync_create()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3978 #define BT_HCI_ERR_CONN_ALREADY_EXISTS 0x0b macro