Skip to content

Commit

Permalink
Merge pull request #42 from lu04-wang/master
Browse files Browse the repository at this point in the history
[SDK] fix bt central connect peripheral fail
  • Loading branch information
ambiot committed Jun 6, 2023
2 parents 3d2c957 + 1b639fa commit 35d7fce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,6 @@ int ble_central_at_cmd_connect(int argc, char **argv)
}
#endif

return 0;

u8 DestAddr[6] = {0};
u8 DestAddrType = GAP_REMOTE_ADDR_LE_PUBLIC;
#if (F_BT_LE_USE_RANDOM_ADDR==1)
Expand Down

0 comments on commit 35d7fce

Please sign in to comment.