ESP-IDF
esp_ble_gatts_cb_param_t::del
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
esp_ble_gatts_cb_param_t::del
esp_ble_gatts_cb_param_t::del field
Callback parameter for the event `ESP_GATTS_DELETE_EVT` Callback parameter for the event `ESP_GATTS_DELETE_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:161
struct
gatts_delete_evt_param
{
esp_gatt_status_t
status
;
uint16_t
service_handle
;
}
del
;
Examples
References
from
examples
Code
Location
Referrer
}
del
;
/*!< Callback parameter for the event `ESP_GATTS_DELETE_EVT` */
esp_gatts_api.h:164
param
.
del
.
status
=
p_data
->
srvc_oper
.
status
;
btc_gatts.c:885
btc_gatts_cb_handler()
param
.
del
.
service_handle
=
p_data
->
srvc_oper
.
service_id
;
btc_gatts.c:886
btc_gatts_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_gatts_cb_param_t::del
is read by 1 function:
All items filtered out
esp_ble_gatts_cb_param_t::del
btc_gatts_cb_handler()
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