ESP-IDF
+
0
/13 examples
SourceVu will show references to
ble_gap_event::
::enc_change
from the following samples and libraries:
blecent sample
bleprph sample
bleprph_host_only sample
bleprph_wifi_coex sample
ble_multi_adv sample
power_save sample
NimBLE_Security sample
cts_cent sample
enc_adv_data_cent sample
enc_adv_data_prph sample
htp_cent sample
proximity_sensor_cent sample
blecent_throughput 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
ble_gap_event::
::enc_change
ble_gap_event::
::enc_change field
Represents an attempt to change the encrypted state of a connection. If the attempt was successful, the connection descriptor reflects the updated encrypted state. Valid for the following event types: o BLE_GAP_EVENT_ENC_CHANGE
Syntax
Show:
Summary
Declaration
from
ble_gap.h:835
struct
{
int
status
;
uint16_t
conn_handle
;
}
enc_change
;
Examples
ble_gap_event::
::enc_change
is referenced by 13 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