Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_CREATE_CONN_CANCEL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c887 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_CONN_CANCEL, 0); in bt_le_create_conn_cancel()
892 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_CONN_CANCEL, buf, NULL); in bt_le_create_conn_cancel()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1158 #define BT_HCI_OP_LE_CREATE_CONN_CANCEL BT_OP(BT_OGF_LE, 0x000e) /* 0x200e */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4581 case BT_OCF(BT_HCI_OP_LE_CREATE_CONN_CANCEL):