Hello.
I have two questions about BTool(1.40.15).
First one,when BTool use Scan NonDiscoverable mode, I found a problem.
①If peer device advertising data contained Flag of AD Type and Flag value is 0x04(It means the device is Non-discoverable),BTool can not found peer device.
②If peer device did not contain Flag ,BTool can found peer device.
I think ①is incorrect.Because ‘LE General Discoverable Mode’ flag and‘LE Limited Discoverable Mode’flag is 0,it means the device is Non-discoverable.Please refer to core4.0 P1698.
Second one,I want to know how to send advertising by BTool.
I send GAP_DeviceInit command to change role be Peripheral,then send GAP_MakeDiscoverable command, but I can not found advertising data from BTool by packet sniffer.