Lines Matching full:command
74 /** Helper macro to define a command extension
76 * @param _op Opcode of the command.
77 * @param _min_len Minimal length of the command.
88 /** Opcode of the command */
91 /** Minimal length of the command */
96 * Handler function to be called when a command is intercepted.
98 * @param buf Buffer containing the command.
100 * @return HCI Status code or BT_HCI_ERR_EXT_HANDLED if command has
102 * BT_HCI_ERR_SUCCESS which just indicates that the command can be
108 /** @brief Register Bluetooth RAW command extension table
110 * Register Bluetooth RAW channel command extension table, opcodes in this
113 * @param cmds Pointer to the command extension table.
114 * @param size Size of the command extension table.