summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble/nimble/host/include
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
committerJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
commit9898fed80634c99c9dbe8ee8682dfdc259463654 (patch)
tree4be094c1e2c3a2b73b8c7b924fbd793ba416aa63 /src/libs/mynewt-nimble/nimble/host/include
parentfab220d0b9c6868b4fa96ce5f3e3f41b5454a0c7 (diff)
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
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 b58f350..20e7dab 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