zephyr: use zephyr as transport name

This commit is contained in:
Matthias Ringwald 2023-06-20 14:45:38 +02:00
parent 30dde4dbf2
commit fba2f984f0

View File

@ -111,7 +111,7 @@ static int transport_send_packet(uint8_t packet_type, uint8_t *packet, int size)
}
static const hci_transport_t transport = {
/* const char * name; */ "nRF5-Zephyr",
/* const char * name; */ "zephyr",
/* void (*init) (const void *transport_config); */ &transport_init,
/* int (*open)(void); */ &transport_open,
/* int (*close)(void); */ &transport_close,