Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_OP_CANCELLED_BY_HOST (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c136 HCI_ERR(BT_HCI_ERR_OP_CANCELLED_BY_HOST), in bt_hci_err_to_str()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c245 if (reason != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in iso_disconnected()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1292 if (evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established()
1303 evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established()
1326 if (evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established_v2()
1337 evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established_v2()
Dscan.c1195 if (evt->status == BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in bt_hci_le_per_adv_sync_established_common()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_cc.c1104 ctx->data.cis_create.error = BT_HCI_ERR_OP_CANCELLED_BY_HOST; in llcp_lp_cc_cancel()
Dull_sync_iso.c287 se->status = BT_HCI_ERR_OP_CANCELLED_BY_HOST; in ll_big_sync_terminate()
Dull_sync.c541 se->status = BT_HCI_ERR_OP_CANCELLED_BY_HOST; in ll_sync_create_cancel()
Dull.c1623 LL_ASSERT(status == BT_HCI_ERR_OP_CANCELLED_BY_HOST); in ll_rx_mem_release()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h4032 #define BT_HCI_ERR_OP_CANCELLED_BY_HOST 0x44 macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7644 if (se->status == BT_HCI_ERR_OP_CANCELLED_BY_HOST) {