Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 months ago.
What is the UUID that BLE_LoopbackUART is advertising
Windows phone application needs to know the serviceId (UUID) in the following format and it needs to be included in the appxmanifest file as well. But I have not been able to figure out how the UUID is formed in this case. Can someone help ?
Microsoft example application BluetoothRfCommChat is using this UUID: 00000001-1212-EFDE-1523-785FEABCD123
Question relating to:
3 Answers
9 years, 9 months ago.
I'm way from desk, but you should be able to see all the UUID using:
- Android App: nRF Master Control Panel (MCP)
- iPhone App: LightBlue.
MCP shows the UUID of every service and characteristic as well.
9 years, 9 months ago.
https://developer.mbed.org/compiler/#nav:/BLE_LoopbackUART/BLE_API/services/UARTService.cpp
9 years, 2 months ago.
UART Service = 6E400001-B5A3-F393-E0A9-E50E24DCCA9E
TX Characteristic = 6E400002-B5A3-F393-E0A9-E50E24DCCA9E
RX Characteristic = 6E400003-B5A3-F393-E0A9-E50E24DCCA9E