ESP-IDF
ble_gatts_tx_notifications()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_gatts_tx_notifications()
ble_gatts_tx_notifications() function
Sends all pending notifications and indications. The bluetooth spec does not allow more than one concurrent indication for a single peer, so this function will hold off on sending such indications.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:216
void
ble_gatts_tx_notifications
(
void
)
;
Implemented in
ble_gatts.c:2370
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_tx_notifications
(
void
)
ble_gatts.c:2371
void
ble_gatts_tx_notifications
(
void
)
;
ble_gatt_priv.h:216
ble_gatts_tx_notifications
(
)
;
ble_hs.c:553
ble_hs_event_tx_notify()
Call Tree
from
examples
ble_gatts_tx_notifications()
is called by 1 function and calls 1 function:
ble_hs_event_tx_notify()
All items filtered out
ble_gatts_tx_notifications()
ble_gatts_tx_notifications_one_chr()
All items filtered out
Data Use
from
examples
ble_gatts_tx_notifications()
reads 4 variables:
ble_gatts_clt_cfg::chr_val_handle
ble_gatts_clt_cfgs
ble_gatts_num_cfgable_chrs
ble_gatts_clt_cfg::next
All items filtered out
ble_gatts_tx_notifications()
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