I don't understand about UUID SERVICE! can I find where that?
e.g.
Asked
Active
Viewed 449 times
-4

Paulw11
- 108,386
- 14
- 159
- 186

Kong Sorawit
- 1
- 2
-
1You should post code, not screen shots – Paulw11 Jul 06 '17 at 06:09
1 Answers
0
The service and characteristic UUIDs are defined by your peripheral.
There are some well-known services and characteristics defined by the Bluetooth SIG. These are typically abbreviated to 4 hex digits since they come from a common UUID range.
Peripherals can use any UUID they want for other services and characteristics.
The UUIDs in your question appear to be private values; You need to refer to the peripheral or manufacturer documentation for information on those.

Paulw11
- 108,386
- 14
- 159
- 186