Searched defs:ocf (Results 1 – 11 of 11) sorted by relevance
/btstack/chipset/stlc2500d/ |
H A D | btstack_chipset_stlc2500d.c | 57 #define OPCODE(ogf, ocf) (ocf | ogf << 10) argument
|
/btstack/chipset/tc3566x/ |
H A D | btstack_chipset_tc3566x.c | 60 #define OPCODE(ogf, ocf) (ocf | ogf << 10) argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/ |
H A D | ble_const.h | 85 uint16_t ocf; member
|
/btstack/chipset/em9301/ |
H A D | btstack_chipset_em9301.c | 57 #define OPCODE(ogf, ocf) (ocf | ogf << 10) argument
|
/btstack/tool/ |
H A D | python_generator.py | 139 def create_command_python(fout, name, ogf, ocf, format, params): argument
|
H A D | java_binding.py | 156 def create_command_java(fout, name, ogf, ocf, format, params): argument
|
/btstack/platform/daemon/src/ |
H A D | daemon_cmds.h | 55 #define DAEMON_OPCODE(ocf) ((ocf) | ((OGF_BTSTACK) << 10)) argument
|
H A D | daemon_cmds.c | 50 #define OPCODE(ogf, ocf) (ocf | ogf << 10) argument
|
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | Util.java | 9 public static int opcode(int ogf, int ocf){ in opcode()
|
/btstack/src/ |
H A D | hci_cmd.c | 60 #define OPCODE(ogf, ocf) ((ocf) | ((ogf) << 10)) argument
|
H A D | hci_cmd.h | 57 #define HCI_OPCODE(ogf, ocf) ((ocf) | ((ogf) << 10)) argument
|