ESP-IDF
simple_ble_gap_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
simple_ble_gap_event()
simple_ble_gap_event() function
Initialize GAP, protocomm parameters *
Syntax
Show:
Summary
Declaration
Definition
from
protocomm_nimble.c:62
static
int
simple_ble_gap_event
(
struct
ble_gap_event
*
event
,
void
*
arg
)
;
Implemented in
protocomm_nimble.c:227
Arguments
Argument
event
arg
Related Functions
Found 12 other functions taking a
ble_gap_event
argument:
Function
Description
ble_gap_event_listener_call()
$misc *
ble_gap_call_conn_event_cb()
ble_gap_call_event_cb()
transport_simple_ble_disconnect()
transport_simple_ble_connect()
transport_simple_ble_set_mtu()
ble_adv_gap_mesh_cb()
ble_mesh_proxy_gap_event()
ble_hs_stop_gap_event()
GAP event callback. Listens for connection termination and then terminates the next one. If there are no connections, signals completion of the stop procedure.
bt_mesh_gap_event()
ble_mesh_handle_connect()
esp_blufi_handle_gap_events()
Handle gap event for BluFi. This function can be called inside custom use gap event handler. It provide minimal event management for BluFi purpose.
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