简体   繁体   中英

BLE device gives me a number on reading a particular characteristic service. What is the value return type?

I connected to BLE device using BLE Scanner. And on reading a characteristics which is R/W. The value is 0x1e000000

What is this value and is there a way to convert this to decimal value ?

The interpretation of a particular GATT value is specified by the documentation of the GATT service. Type information is not included in the transmission.

Sometimes however there is a format descriptor for the characteristic that describes the data type that can be read.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM