Skip to content

Commit

Permalink
[ble] fix bt central connect peripheral fail (#137)
Browse files Browse the repository at this point in the history
* Fix DUT show no respond when trying to connect to SUT

JIRA: https://jira.realtek.com/browse/RTSSQC-1738
  • Loading branch information
xshuqun authored Jun 27, 2023
1 parent c7a285f commit faee57b
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 faee57b

Please sign in to comment.