ESP-IDF
ble_gap_notify_tx_event()
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
ble_gap_notify_tx_event()
ble_gap_notify_tx_event() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:150
void
ble_gap_notify_tx_event
(
int
status
,
uint16_t
conn_handle
,
uint16_t
attr_handle
,
int
is_indication
)
;
Implemented in
ble_gap.c:8536
Arguments
Argument
status
conn_handle
attr_handle
is_indication
Examples
References
from
examples
Code
Location
Referrer
ble_gap_notify_tx_event
(
int
status
,
uint16_t
conn_handle
,
uint16_t
attr_handle
,
ble_gap.c:8537
void
ble_gap_notify_tx_event
(
int
status
,
uint16_t
conn_handle
,
ble_gap_priv.h:150
ble_gap_notify_tx_event
(
rc
,
conn_handle
,
chr_val_handle
,
0
)
;
ble_gattc.c:4628
ble_gatts_notify_custom()
ble_gap_notify_tx_event
(
rc
,
conn_handle
,
tuples
[
i
]
.
handle
,
0
)
;
ble_gattc.c:4742
ble_gatts_notify_multiple_custom()
ble_gap_notify_tx_event
(
status
,
proc
->
conn_handle
,
ble_gattc.c:4807
ble_gatts_indicate_err()
ble_gap_notify_tx_event
(
BLE_HS_ETIMEOUT
,
proc
->
conn_handle
,
ble_gattc.c:4820
ble_gatts_indicate_tmo()
ble_gap_notify_tx_event
(
BLE_HS_EDONE
,
proc
->
conn_handle
,
ble_gattc.c:4842
ble_gatts_indicate_rx_rsp()
ble_gap_notify_tx_event
(
rc
,
conn_handle
,
chr_val_handle
,
1
)
;
ble_gattc.c:4942
ble_gatts_indicate_custom()
Call Tree
from
examples
ble_gap_notify_tx_event()
is called by 6 functions and calls 2 functions:
ble_gatts_notify_custom()
ble_gatts_notify_multiple_custom()
ble_gatts_indicate_err()
ble_gatts_indicate_tmo()
ble_gatts_indicate_rx_rsp()
ble_gatts_indicate_custom()
All items filtered out
ble_gap_notify_tx_event()
ble_gap_call_conn_event_cb()
ble_gap_event_listener_call()
All items filtered out
Data Use
from
examples
ble_gap_notify_tx_event()
reads 1 variable and writes 5 variables:
ble_gap_event::
::notify_tx
All items filtered out
ble_gap_notify_tx_event()
ble_gap_event::type
ble_gap_event::
::
::status
ble_gap_event::
::
::conn_handle
ble_gap_event::
::
::attr_handle
ble_gap_event::
::
::indication
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