mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/btdm_adv_stop' into 'master'
component/bt : fix adv stop bug fix advertising cannot stop bug. See merge request !412
This commit is contained in:
commit
9052c6e9ee
@ -1089,7 +1089,6 @@ tBTM_STATUS BTM_BleSetAdvParamsStartAdv(UINT16 adv_int_min, UINT16 adv_int_max,
|
||||
p_cb->adv_chnl_map = chnl_map;
|
||||
p_addr_cb->own_addr_type = own_bda_type;
|
||||
p_cb->evt_type = adv_type;
|
||||
p_cb->adv_mode = BTM_BLE_ADV_ENABLE;
|
||||
p_cb->afp = afp;
|
||||
|
||||
if (p_dir_bda) {
|
||||
|
Loading…
Reference in New Issue
Block a user