btleplug icon indicating copy to clipboard operation
btleplug copied to clipboard

fix: corebluetooth peripheral name

Open szymonlesisz opened this issue 2 months ago • 0 comments

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:

  1. added Peripheral.advertisement_name - default None
  2. implement advertisement_name in corebluetooth

fix: https://github.com/deviceplug/btleplug/issues/434

szymonlesisz avatar Oct 22 '25 17:10 szymonlesisz