Added verbose log
This commit is contained in:
parent
0549ebe68d
commit
58e81b77e6
@ -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)
|
if((status = ble_gap_conn_find(event->connect.conn_handle, &desc)) == BLE_HS_ENOERR)
|
||||||
{
|
{
|
||||||
print_conn_desc(&desc);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user