ESP-IDF
+
0
/10 examples
SourceVu will show references to
peer
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
phy_cent sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
peer
peer struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_central.h:50
struct
peer
;
Implemented in
esp_central.h:63
Fields
Field
Declared as
Description
peer::next
SLIST_ENTRY
(
peer
)
peer::conn_handle
uint16_t
peer::peer_addr
uint8_t
[
PEER_ADDR_VAL_SIZE
]
peer::svcs
struct
peer_svc_list
List of discovered GATT services.
peer::disc_prev_chr_val
uint16_t
Keeps track of where we are in the service discovery process.
peer::cur_svc
struct
peer_svc
*
peer::disc_cb
peer_disc_fn
*
Callback that gets executed when service discovery completes.
peer::disc_cb_arg
void
*
Related Functions
Found 12 other functions taking a
peer
argument:
Function
peer_chr_find_uuid()
peer_dsc_find_uuid()
peer_disc_complete()
peer_svc_find_uuid()
peer_disc_chrs()
peer_svc_find()
peer_disc_dscs()
peer_svc_find_range()
peer_chr_add()
peer_dsc_add()
peer_svc_find_prev()
peer_svc_add()
Examples
peer
is referenced by 10 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