Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>using prebuilt HostTestRelease project on dongle and setting it to peripheral mode, I got after several trials the following success code:</p> <p>[73] : - 02:13:30.416 -Type : 0x01 (Command) -Opcode : 0xFE07 (GAP_UpdateAdvertisingData) -Data Length : 0x05 (5) byte(s) AdType : 0x01 (Advertisement data) DataLength : 0x03 (3) AdvertData : 02:01:06 Dump(Tx): 01 07 FE 05 01 03 02 01 06</p> <hr> <p>[74] : - 02:13:30.493 -Type : 0x04 (Event) -EventCode : 0xFF (HCI_LE_ExtEvent) -Data Length : 0x06 (6) bytes(s) Event : 0x067F (GAP_HCI_ExtentionCommandStatus) Status : 0x00 (Success) OpCode : 0xFE07 (GAP_UpdateAdvertisingData) DataLength : 0x00 (0) Dump(Rx): 04 FF 06 7F 06 00 07 FE 00</p> <hr> <p>[75] : - 02:13:30.566 -Type : 0x04 (Event) -EventCode : 0xFF (HCI_LE_ExtEvent) -Data Length : 0x04 (4) bytes(s) Event : 0x0602 (GAP_AdvertDataUpdate) Status : 0x00 (Success) AdType : 0x01 (Advertisement data) Dump(Rx): 04 FF 04 02 06 00 01</p> <hr> <p>[76] : - 02:14:04.382 -Type : 0x01 (Command) -Opcode : 0xFE06 (GAP_MakeDiscoverable) -Data Length : 0x0F (15) byte(s) EventType : 0x04 (Scan Response) InitAddrType : 0x00 (Public) InitAddrs : 00:00:00:00:00:00 ChannelMap : 0x07 (Channel 37 Channel 38 Channel 39) FilterPolicy : 0x00 (Allow Scan Requests From Any, Allow Connect Request From Any.) Dump(Tx): 01 06 FE 0F 04 00 00 00 00 00 00 00 07 00 00 00 00 00 00</p> <hr> <p>[77] : - 02:14:04.456 -Type : 0x04 (Event) -EventCode : 0xFF (HCI_LE_ExtEvent) -Data Length : 0x06 (6) bytes(s) Event : 0x067F (GAP_HCI_ExtentionCommandStatus) Status : 0x00 (Success) OpCode : 0xFE06 (GAP_MakeDiscoverable) DataLength : 0x00 (0) Dump(Rx): 04 FF 06 7F 06 00 06 FE 00</p> <p>Hope it'll be useful!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload