Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c105 if (IN_RANGE(opcode, BT_HCI_OP_LE_SET_ADV_PARAM, BT_HCI_OP_LE_CREATE_CONN)) { in check_legacy_extended_call()
128 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.c832 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_CONN, sizeof(*cp)); in bt_le_create_conn_legacy()
869 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_CONN, buf, NULL); in bt_le_create_conn_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1139 #define BT_HCI_OP_LE_CREATE_CONN BT_OP(BT_OGF_LE, 0x000d) /* 0x200d */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4577 case BT_OCF(BT_HCI_OP_LE_CREATE_CONN):