ESP-IDF
esp_ble_gattc_cb_param_t::get_addr_list
is only used within ESP-IDF.
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_gattc_cb_param_t::get_addr_list
esp_ble_gattc_cb_param_t::get_addr_list field
Callback parameter for the event `ESP_GATTC_GET_ADDR_LIST_EVT` Callback parameter for the event `ESP_GATTC_GET_ADDR_LIST_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gattc_api.h:236
struct
gattc_get_addr_list_evt_param
{
esp_gatt_status_t
status
;
uint8_t
num_addr
;
esp_bd_addr_t
*
addr_list
;
}
get_addr_list
;
Examples
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