bluekitchen / btstack

Dual-mode Bluetooth stack, with small memory footprint.
http://bluekitchen-gmbh.com
Other
1.74k stars 618 forks source link

example/le_streamer_client: fix index of phy_names #630

Closed twam closed 2 months ago

twam commented 2 months ago

According to BLE Core Spec. 6.0, Page 2349 the indexes are 0x01 for LE 1M, 0x02 for LE 2M and 0x03 for LE Coded.

mringwal commented 2 months ago

Thanks, good catch!