Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_EXT_CREATE_CONN (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c128 if (opcode == BT_HCI_OP_LE_CREATE_CONN || opcode == BT_HCI_OP_LE_EXT_CREATE_CONN || in check_legacy_extended_call()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c711 buf = bt_hci_cmd_create(BT_HCI_OP_LE_EXT_CREATE_CONN, sizeof(*cp) + in bt_le_create_conn_ext()
763 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_EXT_CREATE_CONN, buf, NULL); in bt_le_create_conn_ext()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1666 #define BT_HCI_OP_LE_EXT_CREATE_CONN BT_OP(BT_OGF_LE, 0x0043) /* 0x2043 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4858 case BT_OCF(BT_HCI_OP_LE_EXT_CREATE_CONN):