Search code examples
bluetooth-lowenergybluezbleno

How in a bluetooth connection can the Peripheral get the Central device name


Is there any way for a Peripheral to get a Central device's name when establishing a bluetooth connection (BLE)? I'm unsure if Bleno has the tools necessary to get this.


Solution

  • Just read the Device Name in the remote GATT server. The peripheral must support GATT client in order to be able to read the device name.