ESP-IDF
protocomm_ble_event_t
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
protocomm_ble_event_t
protocomm_ble_event_t struct
Structure for BLE events in Protocomm.
Syntax
Show:
Summary
Declaration
from
protocomm_ble.h:66
typedef
struct
{
uint16_t
evt_type
;
uint16_t
conn_handle
;
union
{
uint16_t
conn_status
;
uint16_t
disconnect_reason
;
}
;
}
protocomm_ble_event_t
;
Fields
Field
Declared as
Description
protocomm_ble_event_t::evt_type
uint16_t
This field indicates the type of BLE event that occurred.
protocomm_ble_event_t::conn_handle
uint16_t
The handle of the relevant connection.
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