btleplug
btleplug copied to clipboard
fix: corebluetooth peripheral name
as well described here peripheral local_name and advertisement_name are two different things and it is justified to keep them separated as situation that local_name is not equal advertisement_name could happen in all platforms and can be implemented later as followup.
currently it is quite unfortunate that the API changes the peripheral local_name (GAP) by joining those two values
changes:
- added
Peripheral.advertisement_name- default None - implement advertisement_name in corebluetooth
fix: https://github.com/deviceplug/btleplug/issues/434