ESP-IDF
ble_gattc_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gattc_init()
ble_gattc_init() function
Initialize the BLE GATT client.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt.h:961
int
ble_gattc_init
(
void
)
;
Implemented in
ble_gattc.c:5401
Examples
References
from
examples
Code
Location
Referrer
ble_gattc_init
(
void
)
ble_gattc.c:5402
int
ble_gattc_init
(
void
)
;
ble_gatt.h:961
int
ble_gattc_init
(
void
)
;
ble_gatt_priv.h:163
rc
=
ble_gattc_init
(
)
;
ble_hs.c:821
ble_hs_init()
Call Tree
from
examples
ble_gattc_init()
is called by 1 function and calls 2 functions:
ble_hs_init()
All items filtered out
ble_gattc_init()
os_mempool_init()
stats_init_and_reg()
All items filtered out
Data Use
from
examples
ble_gattc_init()
reads 1 variable:
ble_gattc_proc_mem
All items filtered out
ble_gattc_init()
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