Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffed4887 authored by William Escande's avatar William Escande
Browse files

Nit clean of unused declaration

Follow up of aosp/2656937

Bug: 290393336
Test: m Bluetooth | no-op change, only need to build
Change-Id: Iebec9d1e683510eb703414e830bb6b83b7cd3bd5
parent fb145b12
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ void btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC& p_dev_rec);
void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec);
void btm_ble_resolving_list_init(uint8_t max_irk_list_sz);

void btm_ble_multi_adv_cleanup(void);
void btm_ble_batchscan_init(void);
void btm_ble_adv_filter_init(void);
bool btm_ble_topology_check(tBTM_BLE_STATE_MASK request);
+0 −4
Original line number Diff line number Diff line
@@ -41,10 +41,6 @@ void btm_ble_update_dmt_flag_bits(uint8_t* flag_value,
                                  const uint16_t connect_mode,
                                  const uint16_t disc_mode);

// methods we expose to c code:
void btm_ble_multi_adv_cleanup(void);
void btm_ble_multi_adv_init();

typedef struct {
  uint16_t advertising_event_properties;
  uint32_t adv_int_min;
+0 −2
Original line number Diff line number Diff line
@@ -641,8 +641,6 @@ void BTM_BleReadPhy(
void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
                   uint16_t phy_options);

void btm_ble_multi_adv_cleanup(void);

/*******************************************************************************
 *
 * Function         btm_ble_get_acl_remote_addr