But since the BLE services need to have known names and services, all the UUID's under our software control are the same.
In discovery of BLE services, there is a UUID that looks unique per chip. In Apple, this it the CBPeripheral UUID.
My questions:
- is this value available to the ESP chip and our software?
- is this value unique and non changing for each chip?