ESP-IDF
esp_ble_gatts_cb_param_t::rsp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::rsp
esp_ble_gatts_cb_param_t::rsp field
Callback parameter for the event `ESP_GATTS_RESPONSE_EVT` Callback parameter for the event `ESP_GATTS_RESPONSE_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:236
struct
gatts_rsp_evt_param
{
esp_gatt_status_t
status
;
uint16_t
conn_id
;
uint16_t
handle
;
}
rsp
;
Examples
References
from
examples
Code
Location
Referrer
}
rsp
;
/*!< Callback parameter for the event `ESP_GATTS_RESPONSE_EVT` */
esp_gatts_api.h:240
param
.
rsp
.
handle
=
rsp_struct
.
attr_value
.
handle
;
btc_gatts.c:690
btc_gatts_call_handler()
param
.
rsp
.
status
=
0
;
btc_gatts.c:696
btc_gatts_call_handler()
param
.
rsp
.
conn_id
=
BTC_GATT_GET_CONN_ID
(
arg
->
send_rsp
.
conn_id
)
;
btc_gatts.c:697
btc_gatts_call_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_gatts_cb_param_t::rsp
is read by 1 function:
All items filtered out
esp_ble_gatts_cb_param_t::rsp
btc_gatts_call_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