Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c80 struct bt_hci_raw_cmd_ext *cmd_ext; variable
253 if (!cmd_ext) { in bt_send_ext()
273 struct bt_hci_raw_cmd_ext *cmd = &cmd_ext[i]; in bt_send_ext()
351 cmd_ext = cmds; in bt_hci_raw_cmd_ext_register()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c407 static struct bt_hci_raw_cmd_ext cmd_ext[] = { variable
473 bt_hci_raw_cmd_ext_register(cmd_ext, ARRAY_SIZE(cmd_ext)); in bluetooth_init()