diff --git a/main/ble_gatts_table.c b/main/ble_gatts_table.c index ceee64b..6c1ed47 100644 --- a/main/ble_gatts_table.c +++ b/main/ble_gatts_table.c @@ -28,22 +28,7 @@ static uint8_t raw_scan_rsp_data[] = { static uint8_t service_uuid[16] = { /* LSB <--------------------------------------------------------------------------------> MSB */ // first uuid, 16bit, [12],[13] is the value - 0xfb, - 0x34, - 0x9b, - 0x5f, - 0x80, - 0x00, - 0x00, - 0x80, - 0x00, - 0x10, - 0x00, - 0x00, - 0xFF, - 0x00, - 0x00, - 0x00, + 0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, // }; /* The length of adv data must be less than 31 bytes */