Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_CONNECT_CANCEL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2465 buf = bt_hci_cmd_create(BT_HCI_OP_CONNECT_CANCEL, sizeof(*cp)); in bt_hci_connect_br_cancel()
2473 err = bt_hci_cmd_send_sync(BT_HCI_OP_CONNECT_CANCEL, buf, &rsp); in bt_hci_connect_br_cancel()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h400 #define BT_HCI_OP_CONNECT_CANCEL BT_OP(BT_OGF_LINK_CTRL, 0x0008) /* 0x0408 */ macro