Wifi_provisioning_ble: Change service_uuid to non standard 128 bit UUID (v4.0)

- Modifies UUIDs in scheme_ble, manager example and esp_prov tool to custom 128
  bit UUID
This commit is contained in:
Prasad Alatkar
2020-03-11 10:59:52 +05:30
parent 57a5a486ff
commit 1e2ca78aac
3 changed files with 5 additions and 5 deletions

View File

@@ -192,8 +192,8 @@ void app_main()
uint8_t custom_service_uuid[] = {
/* LSB <---------------------------------------
* ---------------------------------------> MSB */
0x21, 0x43, 0x65, 0x87, 0x09, 0xba, 0xdc, 0xfe,
0xef, 0xcd, 0xab, 0x90, 0x78, 0x56, 0x34, 0x12
0xb4, 0xdf, 0x5a, 0x1c, 0x3f, 0x6b, 0xf4, 0xbf,
0xea, 0x4a, 0x82, 0x03, 0x04, 0x90, 0x1a, 0x02,
};
wifi_prov_scheme_ble_set_service_uuid(custom_service_uuid);