aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/mynewt-nimble/nimble/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/host/include')
-rw-r--r--src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h b/src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h
index b58f350f..20e7dab7 100644
--- a/src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h
+++ b/src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h
@@ -1896,20 +1896,6 @@ int ble_gap_unpair(const ble_addr_t *peer_addr);
*/
int ble_gap_unpair_oldest_peer(void);
-/**
- * Similar to `ble_gap_unpair_oldest_peer()`, except it makes sure that the
- * peer received in input parameters is not deleted.
- *
- * @param peer_addr Address of the peer (not to be deleted)
- *
- * @return 0 on success;
- * A BLE host HCI return code if the controller
- * rejected the request;
- * A BLE host core return code on unexpected
- * error.
- */
-int ble_gap_unpair_oldest_except(const ble_addr_t *peer_addr);
-
#define BLE_GAP_PRIVATE_MODE_NETWORK 0
#define BLE_GAP_PRIVATE_MODE_DEVICE 1