ESP-IDF
+
0
/7 examples
SourceVu will show references to
esp_ble_gatts_cb_param_t::read
from the following samples and libraries:
Bluedroid_GATT_Server sample
ble_compatibility_test sample
ble_spp_server sample
gatt_server sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
throughput_server sample
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
esp_ble_gatts_cb_param_t::read
esp_ble_gatts_cb_param_t::read field
Callback parameter for the event `ESP_GATTS_READ_EVT` Callback parameter for the event `ESP_GATTS_READ_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:63
struct
gatts_read_evt_param
{
uint16_t
conn_id
;
uint32_t
trans_id
;
esp_bd_addr_t
bda
;
uint16_t
handle
;
uint16_t
offset
;
bool
is_long
;
bool
need_rsp
;
}
read
;
Examples
esp_ble_gatts_cb_param_t::read
is referenced by 7 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
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