diff options
| author | JF <jf@codingfield.com> | 2020-06-27 16:20:08 +0200 |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-06-27 16:20:08 +0200 |
| commit | 49bf12390bb27ca22a3cc5f472027344befc455e (patch) | |
| tree | 0a943e544cdb60565af9a5d6bfe6e372299068cb /src/libs/mynewt-nimble/nimble/host/include | |
| parent | 3a49bbbae48a62d5252fee0cb6d04002d917c820 (diff) | |
| parent | 4f9adb2372a71bab3c38684420cf90b1a99a6c9a (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/host/include')
| -rw-r--r-- | src/libs/mynewt-nimble/nimble/host/include/host/ble_gap.h | 14 |
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 |
