ESP-IDF
ble_gatts_mutable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_mutable()
ble_gatts_mutable() function
Indicates whether the set of registered services can be modified. The service set is mutable if: o No peers are connected, and o No GAP operations are active (advertise, discover, or connect).
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:424
static
bool
ble_gatts_mutable
(
void
)
;
Return value
true if the GATT service set can be modified; false otherwise.
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_mutable
(
void
)
ble_gatts.c:425
if
(
!
ble_gatts_mutable
(
)
)
{
ble_gatts.c:1649
ble_gatts_start()
if
(
!
ble_gatts_mutable
(
)
)
{
ble_gatts.c:3017
ble_gatts_add_svcs()
if
(
!
ble_gatts_mutable
(
)
)
{
ble_gatts.c:3284
ble_gatts_reset()
Call Tree
from
examples
ble_gatts_mutable()
is called by 3 functions and calls 4 functions:
ble_gatts_start()
ble_gatts_add_svcs()
ble_gatts_reset()
All items filtered out
ble_gatts_mutable()
ble_gap_adv_active()
ble_gap_disc_active()
ble_gap_conn_active()
ble_hs_conn_first()
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