Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dconn.c1886 buf = bt_hci_cmd_create(BT_HCI_OP_CONNECT, sizeof(*cp)); in bt_conn_create_br()
1902 if (bt_hci_cmd_send_sync(BT_HCI_OP_CONNECT, buf, NULL) < 0) { in bt_conn_create_br()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dhci_types.h352 #define BT_HCI_OP_CONNECT BT_OP(BT_OGF_LINK_CTRL, 0x0005) macro