ESP-IDF
+
0
/12 examples
SourceVu will show references to
print_conn_desc()
from the following samples and libraries:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
coc_blecent sample
ble_multi_conn_cent sample
ble_pawr_adv_conn sample
ble_pawr_sync_conn sample
phy_cent sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
print_conn_desc()
print_conn_desc() function
Logs information about a connection to the console.
Syntax
Show:
Summary
Declaration
Definition
from
esp_central.h:23
void
print_conn_desc
(
const
struct
ble_gap_conn_desc
*
desc
)
;
Implemented in
misc.c:70
Arguments
Argument
desc
Related Functions
Found 6 other functions taking a
ble_gap_conn_desc
argument:
Function
Description
ble_gap_conn_find()
Searches for a connection with the specified handle. If a matching connection is found, the supplied connection descriptor is filled correspondingly.
ble_gap_fill_conn_desc()
$snapshot *
bt_conn_get_info()
gatt_disconnected_pb_gatt()
ble_gap_conn_find_by_addr()
Searches for a connection with a peer with the specified address. If a matching connection is found, the supplied connection descriptor is filled correspondingly.
gatt_disconnected()
Examples
print_conn_desc()
is referenced by 12 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out