ESP-IDF
+
0
/2 examples
SourceVu will show references to
disc_res_param
from the following samples and libraries:
esp_hid_device sample
esp_hid_host 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
disc_res_param
disc_res_param struct
ESP_BT_GAP_DISC_RES_EVT
Syntax
Show:
Summary
Declaration
from
esp_gap_bt_api.h:321
struct
disc_res_param
{
esp_bd_addr_t
bda
;
int
num_prop
;
esp_bt_gap_dev_prop_t
*
prop
;
}
;
Fields
Field
Declared as
Description
disc_res_param::bda
esp_bd_addr_t
remote bluetooth device address.
disc_res_param::num_prop
int
number of properties got.
disc_res_param::prop
esp_bt_gap_dev_prop_t
*
properties discovered from the new device.
Examples
disc_res_param
is referenced by 2 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