ble_hw: remove legacy functions (only present here)

This commit is contained in:
Bas van den Berg
2022-03-08 16:37:32 +01:00
committed by Szymon Janc
parent fae820b5fc
commit 9e63f5258b
2 changed files with 0 additions and 9 deletions
@@ -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);
@@ -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);