mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
component/bt : support adv & scan simultaneously
1. Occupy conn[9] for adv. The max connection number of bluetooth controller decrease to 9. (Previously, it is 10) 2. modify the enum of setting BLE TX power corresponding to connection's. 3. fix libbtdm_app.a cwitch jump table
This commit is contained in:
@@ -215,9 +215,17 @@ PROVIDE ( llc_state = 0x3ffb96f8 );
|
||||
PROVIDE ( lldesc_build_chain = 0x4000a850 );
|
||||
PROVIDE ( lldesc_num2link = 0x4000a948 );
|
||||
PROVIDE ( lldesc_set_owner = 0x4000a974 );
|
||||
PROVIDE ( lld_evt_deferred_elt_push = 0x400466b4 );
|
||||
PROVIDE ( lld_evt_deferred_elt_pop = 0x400466dc );
|
||||
PROVIDE ( lld_evt_winsize_change = 0x40046730 );
|
||||
PROVIDE ( lld_evt_rxwin_compute = 0x400467c8 );
|
||||
PROVIDE ( lld_evt_slave_time_compute = 0x40046818 );
|
||||
PROVIDE ( lld_evt_env = 0x3ffb9704 );
|
||||
PROVIDE ( lld_evt_elt_wait_get = 0x400468e4 );
|
||||
PROVIDE ( lld_evt_get_next_free_slot = 0x4004692c );
|
||||
PROVIDE ( lld_pdu_adv_pk_desc_tab = 0x3ff98c70 );
|
||||
PROVIDE ( lld_pdu_llcp_pk_desc_tab = 0x3ff98b68 );
|
||||
PROVIDE ( lld_pdu_pack = 0x4004ab14 );
|
||||
PROVIDE ( LLM_AA_CT1 = 0x3ff98d8a );
|
||||
PROVIDE ( LLM_AA_CT2 = 0x3ff98d88 );
|
||||
PROVIDE ( llm_default_handler = 0x3ff98d80 );
|
||||
@@ -1713,5 +1721,6 @@ PROVIDE ( LM_SniffSubRate = 0x3ffb8214 );
|
||||
PROVIDE ( prbs_64bytes = 0x3ff98992 );
|
||||
PROVIDE ( nvds_env = 0x3ffb8364 );
|
||||
PROVIDE ( nvds_magic_number = 0x3ff9912a );
|
||||
PROVIDE ( TASK_DESC_LLD = 0x3ff98b58 );
|
||||
/* Above are static data, but can be used, not generated by script >>>>> btdm data */
|
||||
|
||||
|
Reference in New Issue
Block a user