Describe the bug
In function hci_run_general_gap_le in src/hci.c, a segmentation fault may happen when sending hci_le_set_extended_scan_response_data command
Given that hci_le_set_extended_scan_response_data has the format 111JV, hci_send_cmd function should accept 6 arguments in total, but 7 are actually given.
Describe the bug In function
hci_run_general_gap_le
insrc/hci.c
, a segmentation fault may happen when sendinghci_le_set_extended_scan_response_data
commandGiven that
hci_le_set_extended_scan_response_data
has the format111JV
,hci_send_cmd
function should accept 6 arguments in total, but 7 are actually given.Environment: