File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ class PrivacyDevice : private mbed::NonCopyable<PrivacyDevice>,
179
179
/* * This is called by Gap to notify the application we connected */
180
180
void on_connect (const Gap::ConnectionCallbackParams_t *connection_event)
181
181
{
182
- printf (" Connected to: " );
182
+ printf (" Connected to peer : " );
183
183
print_address (connection_event->peerAddr );
184
- printf (" Resolvable address: " );
184
+ printf (" Peer random resolvable address: " );
185
185
print_address (connection_event->peerResolvableAddr );
186
186
187
187
_handle = connection_event->handle ;
@@ -348,8 +348,6 @@ class PrivacyPeripheral : public PrivacyDevice {
348
348
349
349
printf (" Advertising...\r\n " );
350
350
351
- print_local_address ();
352
-
353
351
return true ;
354
352
}
355
353
@@ -465,8 +463,6 @@ class PrivacyCentral : public PrivacyDevice {
465
463
466
464
printf (" Scanning...\r\n " );
467
465
468
- print_local_address ();
469
-
470
466
return true ;
471
467
}
472
468
You can’t perform that action at this time.
0 commit comments