You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/03/08 15:37:42 UTC

[mynewt-nimble] 04/06: ble_hw: remove legacy functions (only present here)

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 9e63f5258b4b30d900d628d2f118bfa8bc5c80cb
Author: Bas van den Berg <b....@gmail.com>
AuthorDate: Tue Mar 8 10:35:38 2022 +0100

    ble_hw: remove legacy functions (only present here)
---
 nimble/controller/include/controller/ble_hw.h  | 6 ------
 nimble/controller/include/controller/ble_phy.h | 3 ---
 2 files changed, 9 deletions(-)

diff --git a/nimble/controller/include/controller/ble_hw.h b/nimble/controller/include/controller/ble_hw.h
index cf29307..394c3a1 100644
--- a/nimble/controller/include/controller/ble_hw.h
+++ b/nimble/controller/include/controller/ble_hw.h
@@ -94,12 +94,6 @@ void ble_hw_resolv_list_rmv(int index);
 /* Returns the size of the whitelist in HW */
 uint8_t ble_hw_resolv_list_size(void);
 
-/* Enable the resolving list */
-void ble_hw_resolv_list_enable(void);
-
-/* Disables resolving list devices */
-void ble_hw_resolv_list_disable(void);
-
 /* Returns index of resolved address; -1 if not resolved */
 int ble_hw_resolv_list_match(void);
 
diff --git a/nimble/controller/include/controller/ble_phy.h b/nimble/controller/include/controller/ble_phy.h
index 3d32bd6..44e8809 100644
--- a/nimble/controller/include/controller/ble_phy.h
+++ b/nimble/controller/include/controller/ble_phy.h
@@ -83,9 +83,6 @@ typedef void (*ble_phy_tx_end_func)(void *arg);
 /* Initialize the PHY */
 int ble_phy_init(void);
 
-/* Reset the PHY */
-int ble_phy_reset(void);
-
 /* Set the PHY channel */
 int ble_phy_setchan(uint8_t chan, uint32_t access_addr, uint32_t crcinit);