mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Nimble: Corrected debug level in example print
This commit is contained in:
@@ -394,7 +394,7 @@ blecent_on_disc_complete(const struct peer *peer, int status, void *arg)
|
|||||||
* list of services, characteristics, and descriptors that the peer
|
* list of services, characteristics, and descriptors that the peer
|
||||||
* supports.
|
* supports.
|
||||||
*/
|
*/
|
||||||
MODLOG_DFLT(ERROR, "Service discovery complete; status=%d "
|
MODLOG_DFLT(INFO, "Service discovery complete; status=%d "
|
||||||
"conn_handle=%d\n", status, peer->conn_handle);
|
"conn_handle=%d\n", status, peer->conn_handle);
|
||||||
|
|
||||||
/* Now perform three GATT procedures against the peer: read,
|
/* Now perform three GATT procedures against the peer: read,
|
||||||
|
Reference in New Issue
Block a user