Closed
Description
When using the pizza example from bleno on my Mac when the peripheral explorer CurieBLE example, a few characteristics have UUID values of 0000
which is incorrect. Here's the output from the Serial Monitor:
BLE Central - Peripheral Explorer
Found C8:69:CD:41:84:A2 ''
Found E4:1E:14:D2:31:E7 ''
Found AC:BC:32:7C:FA:26 '' 13333333-3333-3333-3333-333333333337
Connecting ...
Connected
Discovering attributes ...
Attributes discovered
Device name:
Service 1800
Service 1801
Service 180a
Characteristic 2a29, properties 0x2, value 0x4170706C6520496E63
Characteristic 2a24, properties 0x2, value 0x4D6163426F6F6B50726F31322C31
Service d0611e78-bbb4-4591-a5f8-487910ae4366
Characteristic 0000, properties 0x24
Service 13333333-3333-3333-3333-333333333337
Characteristic 0000, properties 0x10, value 0x00
Characteristic 0000, properties 0x10, value 0x0000
Characteristic 0000, properties 0x24
Disconnecting ...
Disconnected
If I connect to the Mac peripheral using LightBlue on iOS the characteristic UUID's value match what I expect.