Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1366 uint8_t ogf; in cmd_hci_cmd() local
1374 ogf = strtoul(argv[1], NULL, 16); in cmd_hci_cmd()
1392 buf = bt_hci_cmd_create(BT_OP(ogf, ocf), len); in cmd_hci_cmd()
1401 err = bt_hci_cmd_send_sync(BT_OP(ogf, ocf), buf, &rsp); in cmd_hci_cmd()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h365 #define BT_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument