Added verbose log

This commit is contained in:
Anatole SCHRAMM 2025-07-31 16:16:38 +02:00
parent 0549ebe68d
commit 58e81b77e6

View File

@ -696,6 +696,7 @@ static int ble_gap_event_cb(struct ble_gap_event *event, void *arg)
if((status = ble_gap_conn_find(event->connect.conn_handle, &desc)) == BLE_HS_ENOERR)
{
print_conn_desc(&desc);
TLS_BT_APPL_TRACE_VERBOSE("ble_gap_security_initiate %s"NEW_LINE, tls_bt_rc_2_str(ble_gap_security_initiate(ble_device_conn_handle)));
}
else
{