ESP-IDF
+
0
/6 examples
SourceVu will show references to
esp_bt_gap_dev_prop_t
from the following samples and libraries:
esp_hid_device sample
esp_hid_host sample
bluedroid_host_only_uart sample
a2dp_source sample
bt_discovery sample
bt_l2cap_client 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_bt_gap_dev_prop_t
esp_bt_gap_dev_prop_t struct
Bluetooth Device Property Descriptor
Syntax
Show:
Summary
Declaration
from
esp_gap_bt_api.h:72
typedef
struct
{
esp_bt_gap_dev_prop_type_t
type
;
int
len
;
void
*
val
;
}
esp_bt_gap_dev_prop_t
;
Fields
Field
Declared as
Description
esp_bt_gap_dev_prop_t::type
esp_bt_gap_dev_prop_type_t
Device property type.
esp_bt_gap_dev_prop_t::len
int
Device property value length.
esp_bt_gap_dev_prop_t::val
void
*
Device property value.
Examples
esp_bt_gap_dev_prop_t
is referenced by 6 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