mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-28 15:20:39 +00:00
example/gatt_streamer_server: fix PHY update message
This commit is contained in:
parent
2577abc6d1
commit
bbf38d7fee
@ -245,7 +245,7 @@ static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *
|
||||
uint16_t conn_interval;
|
||||
hci_con_handle_t con_handle;
|
||||
static const char * const phy_names[] = {
|
||||
"1 M", "2 M", "Codec"
|
||||
"Reserved", "1 M", "2 M", "Codec"
|
||||
};
|
||||
|
||||
switch (hci_event_packet_get_type(packet)) {
|
||||
|
Loading…
Reference in New Issue
Block a user