Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c782 buf = bt_hci_cmd_create(BT_HCI_OP_LE_EXT_CREATE_CONN_V2, sizeof(*cp) + sizeof(*phy)); in bt_le_create_conn_synced()
811 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_EXT_CREATE_CONN_V2, buf, NULL); in bt_le_create_conn_synced()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1667 #define BT_HCI_OP_LE_EXT_CREATE_CONN_V2 BT_OP(BT_OGF_LE, 0x0085) /* 0x2085 */ macro