mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-19 07:29:54 +00:00
nimble/ll: Remove some unused defs
This commit is contained in:
@@ -235,11 +235,6 @@ void ble_ll_scan_wfr_timer_exp(void);
|
||||
/* Called when scan could be interrupted */
|
||||
void ble_ll_scan_interrupted(struct ble_ll_scan_sm *scansm);
|
||||
|
||||
#if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV)
|
||||
/* Called to parse extended advertising*/
|
||||
void ble_ll_scan_end_adv_evt(struct ble_ll_aux_data *aux_data);
|
||||
#endif
|
||||
|
||||
/* Called to halt currently running scan */
|
||||
void ble_ll_scan_halt(void);
|
||||
|
||||
|
||||
@@ -172,12 +172,6 @@ int ble_ll_sched_conn_reschedule(struct ble_ll_conn_sm * connsm);
|
||||
int ble_ll_sched_next_time(uint32_t *next_event_time);
|
||||
|
||||
#if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV)
|
||||
struct ble_ll_scan_sm;
|
||||
struct ble_ll_aux_data;
|
||||
int ble_ll_sched_aux_scan(struct ble_mbuf_hdr *ble_hdr,
|
||||
struct ble_ll_scan_sm *scansm,
|
||||
struct ble_ll_aux_data *aux_scan);
|
||||
|
||||
int ble_ll_sched_scan_aux(struct ble_ll_sched_item *sch, uint32_t pdu_time,
|
||||
uint8_t pdu_time_rem, uint32_t offset_us,
|
||||
uint32_t max_aux_time_us);
|
||||
|
||||
@@ -362,11 +362,6 @@ ble_ll_scan_get_ext_adv_report(struct ext_adv_report *copy_from)
|
||||
|
||||
return hci_ev;
|
||||
}
|
||||
|
||||
void
|
||||
ble_ll_scan_end_adv_evt(struct ble_ll_aux_data *aux_data)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user