]> granicus.if.org Git - esp-idf/commitdiff
Using a 128-bit UUID is not an error
authorDeomid Ryabkov <rojer@cesanta.com>
Mon, 19 Jun 2017 22:34:36 +0000 (23:34 +0100)
committerAngus Gratton <gus@projectgus.com>
Wed, 30 Aug 2017 07:55:00 +0000 (17:55 +1000)
Merges https://github.com/espressif/esp-idf/pull/713

components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c

index 43ab55e659744d023a3929b2c6479d802471fc46..f8c39446acd45ee2bb14cd59e2bf01f103719bd9 100644 (file)
@@ -298,7 +298,7 @@ static void btc_to_bta_adv_data(esp_ble_adv_data_t *p_adv_data, tBTA_BLE_ADV_DAT
                     bta_adv_data->p_services_128b =
                         osi_malloc(sizeof(tBTA_BLE_128SERVICE));
                     if (NULL != bta_adv_data->p_services_128b) {
-                        LOG_ERROR("%s - In 128-UUID_data", __FUNCTION__);
+                        LOG_DEBUG("%s - In 128-UUID_data", __FUNCTION__);
                         mask |= BTM_BLE_AD_BIT_SERVICE_128;
                         memcpy(bta_adv_data->p_services_128b->uuid128,
                                bt_uuid.uu.uuid128, LEN_UUID_128);