mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 09:01:08 +00:00
feat(ble/bluedroid): Support setting connection params when creating connection
This commit is contained in:
@@ -260,7 +260,6 @@ extern int API_vhci_host_register_callback(const vhci_host_callback_t *callback)
|
||||
extern int ble_txpwr_set(int power_type, uint16_t handle, int power_level);
|
||||
extern int ble_txpwr_get(int power_type, uint16_t handle);
|
||||
|
||||
extern uint16_t l2c_ble_link_get_tx_buf_num(void);
|
||||
extern void coex_pti_v2(void);
|
||||
|
||||
extern bool btdm_deep_sleep_mem_init(void);
|
||||
@@ -1872,16 +1871,6 @@ void esp_bt_controller_wakeup_request(void)
|
||||
|
||||
}
|
||||
|
||||
int IRAM_ATTR esp_bt_h4tl_eif_io_event_notify(int event)
|
||||
{
|
||||
return btdm_hci_tl_io_event_post(event);
|
||||
}
|
||||
|
||||
uint16_t esp_bt_get_tx_buf_num(void)
|
||||
{
|
||||
return l2c_ble_link_get_tx_buf_num();
|
||||
}
|
||||
|
||||
static void coex_wifi_sleep_set_hook(bool sleep)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user