Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/btdm_adv_stop' into 'master'
Browse files Browse the repository at this point in the history
component/bt : fix adv stop bug

fix advertising cannot stop bug.

See merge request !412
  • Loading branch information
wujiangang committed Jan 12, 2017
2 parents ad1790f + 1895460 commit 9052c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/bt/bluedroid/stack/btm/btm_ble_gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9052c6e

Please sign in to comment.