mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-16 22:19:54 +00:00
ble_hw: remove legacy functions (only present here)
This commit is contained in:
committed by
Szymon Janc
parent
fae820b5fc
commit
9e63f5258b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user