Home
last modified time | relevance | path

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

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