mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
zephyr: use zephyr as transport name
This commit is contained in:
parent
30dde4dbf2
commit
fba2f984f0
@ -111,7 +111,7 @@ static int transport_send_packet(uint8_t packet_type, uint8_t *packet, int size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const hci_transport_t transport = {
|
static const hci_transport_t transport = {
|
||||||
/* const char * name; */ "nRF5-Zephyr",
|
/* const char * name; */ "zephyr",
|
||||||
/* void (*init) (const void *transport_config); */ &transport_init,
|
/* void (*init) (const void *transport_config); */ &transport_init,
|
||||||
/* int (*open)(void); */ &transport_open,
|
/* int (*open)(void); */ &transport_open,
|
||||||
/* int (*close)(void); */ &transport_close,
|
/* int (*close)(void); */ &transport_close,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user