ESP-IDF
peer_svc_disced()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
peer_svc_disced()
peer_svc_disced() function
Syntax
Show:
Summary
Declaration
from
peer.c:586
static
int
peer_svc_disced
(
uint16_t
conn_handle
,
const
struct
ble_gatt_error
*
error
,
const
struct
ble_gatt_svc
*
service
,
void
*
arg
)
;
Arguments
Argument
conn_handle
error
service
arg
Examples
References
from
examples
Code
Location
Referrer
peer_svc_disced
(
uint16_t
conn_handle
,
const
struct
ble_gatt_error
*
error
,
peer.c:587
rc
=
ble_gattc_disc_svc_by_uuid
(
conn_handle
,
uuid
,
peer_svc_disced
,
peer
)
;
peer.c:645
peer_disc_svc_by_uuid()
rc
=
ble_gattc_disc_all_svcs
(
conn_handle
,
peer_svc_disced
,
peer
)
;
peer.c:675
peer_disc_all()
Call Tree
from
examples
peer_svc_disced()
calls 4 functions:
All items filtered out
peer_svc_disced()
__assert_func()
peer_disc_chrs()
peer_disc_complete()
peer_svc_add()
All items filtered out
Data Use
from
examples
peer_svc_disced()
reads 3 variables and writes 2 variables:
ble_gatt_error::status
peer::conn_handle
peer::disc_prev_chr_val
All items filtered out
peer_svc_disced()
peer_disc_svc_by_uuid()
peer_disc_all()
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