ESP-IDF
+
0
/1 examples
SourceVu will show references to
peer_svc
from the following samples and libraries:
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_svc
peer_svc struct
Syntax
Show:
Summary
Declaration
from
esp_central.h:42
struct
peer_svc
{
SLIST_ENTRY
(
peer_svc
)
next
;
struct
ble_gatt_svc
svc
;
struct
peer_chr_list
chrs
;
}
;
Fields
Field
Declared as
peer_svc::next
SLIST_ENTRY
(
peer_svc
)
peer_svc::svc
struct
ble_gatt_svc
peer_svc::chrs
struct
peer_chr_list
Related Functions
Found 7 other functions taking a
peer_svc
argument:
Function
chr_end_handle()
chr_is_empty()
peer_svc_is_empty()
peer_chr_find()
peer_svc_find()
peer_svc_delete()
peer_chr_find_prev()
Examples
peer_svc
is referenced by 1 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