oxesoft / rpi-midi-ble

Raspberry Pi 3 as an USB-MIDI over BLE-MIDI device
68 stars 9 forks source link

How to make Rpi ble show meaningful name in iOS #5

Closed bichpham closed 6 years ago

bichpham commented 6 years ago

Hi,

Thank you so much for the cool code. Currently whenever I run the code, the device show up in iOS garage band as "A78AD39D-1053-xxxxxxx-xxxxxxx-xxxxxx". Is there any way to change that name to something more meaningful such as "Raspberry Pi BLE" or something?....

oxesoft commented 6 years ago

The btmidi-server sets the name as "BLE-MIDI Device". Maybe the iOS is not querying the name before to show it in the device list.

bichpham commented 6 years ago

Thanks. I figured it out. I moved my Microsd to another raspberry pi and the old name was in the list. iOs did not know which “BLE MIDi Device” is which so it was probably displaying the physical address. Clearing the BLE list fixed the problem