Component/bt: fix stop adv no callback when adv has been stoped

This commit is contained in:
zhiweijian
2018-01-23 19:48:02 +08:00
parent c73ea7a804
commit d54e188e61
3 changed files with 44 additions and 11 deletions
@@ -150,6 +150,7 @@ typedef struct {
tBTM_START_ADV_CMPL_CBACK *p_adv_cb;
tBTM_START_STOP_ADV_CMPL_CBACK *p_stop_adv_cb;
tBLE_ADDR_TYPE adv_addr_type;
BOOLEAN adv_callback_twice;
UINT8 evt_type;
UINT8 adv_mode;
tBLE_BD_ADDR direct_bda;