]> granicus.if.org Git - esp-idf/commit
components/bt: Remove warnings in btc_gatts_arg_deep_copy() that are confusing
authorHrishikesh Dhayagude <hrishi@espressif.com>
Thu, 20 Dec 2018 08:47:20 +0000 (14:17 +0530)
committerHrishikesh Dhayagude <hrishi@espressif.com>
Thu, 20 Dec 2018 08:50:56 +0000 (14:20 +0530)
commit11a5fb8ab694751fa8b94f8b3992c91fea66118b
treec333dd3806fe6da735adc19ae9499dad3518da73
parent65142bc59edb9fbf97b98b7aa867c68c32e15cb1
components/bt: Remove warnings in btc_gatts_arg_deep_copy() that are confusing

Fixes: https://github.com/espressif/esp-idf/issues/2811
The warning print "NULL value" is only kept for event
BTC_GATTS_ACT_SET_ATTR_VALUE as this can be useful in case user forgets
to set attribute value

Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c