mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-04 04:20:58 +00:00
added support for vendor specific baudrate hci commands
This commit is contained in:
parent
2187388bbf
commit
71341fcdeb
@ -55,6 +55,9 @@ typedef struct {
|
||||
int (*valid)(void *config); // <-- test if hardware can be supported
|
||||
const char * (*name)(void *config); // <-- return hardware name
|
||||
|
||||
/** support for UART baud rate changes */
|
||||
int (*baudrate_cmd)(void * config, uint32_t baudrate, uint8_t *hci_cmd_buffer);
|
||||
|
||||
/** support custom init sequences after RESET command
|
||||
* @return pointer do next command packet used during init
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user