ESP-IDF
ble_gap_unpair_oldest_peer()
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
ble_gap_unpair_oldest_peer()
ble_gap_unpair_oldest_peer() function
Unpairs the oldest bonded peer device. The keys related to that peer device are removed from storage and peer address is removed from the resolve list from the controller. If a peer is connected, the connection is terminated.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.h:3029
int
ble_gap_unpair_oldest_peer
(
void
)
;
Implemented in
ble_gap.c:8302
Return value
0 on success; A BLE host HCI return code if the controller rejected the request; A BLE host core return code on unexpected error.
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