Searched refs:BT_HCI_OP_CONNECT_CANCEL (Results 1 – 2 of 2) sorted by relevance
2465 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()
400 #define BT_HCI_OP_CONNECT_CANCEL BT_OP(BT_OGF_LINK_CTRL, 0x0008) /* 0x0408 */ macro