Tool/software:
Hello.
I develop software of modified host_test on CC2651R3SIPA.
For parameter of Bond manager,
when GAPBOND_SECURE_CONNECTION is set to GAPBOND_SECURE_CONNECTION_NONE,
"bleInvalidRange"(0x18) is returned for status of response event.
Please find the following log.
BTool log:
[80] : <Tx> - 07:32:27.409
-Type : 0x01 (Command)
-OpCode : 0xFE36 (GAPBondMgr_SetParameter)
-Data Length : 0x04 (4) byte(s)
ParamID : 0x0411 (1041) (GAPBOND_SECURE_CONNECTION)
ParamLength : 0x01 (1)
BondSecureCxns : 0x00 (0) (GAPBOND_SECURE_CONNECTION_NONE)
Dump(Tx):
0000:01 36 FE 04 11 04 01 00 .6......
--------------------------------------------------------------------
[81] : <Rx> - 07:32:27.452
-Type : 0x04 (Event)
-EventCode : 0x00FF (HCI_LE_ExtEvent)
-Data Length : 0x06 (6) bytes(s)
Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
Status : 0x18 (24) (bleInvalidRange)
OpCode : 0xFE36 (GAPBondMgr_SetParameter)
DataLength : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 18 36 FE 00 ......6..
--------------------------------------------------------------------
I refer the following document and forums support information. I can not resolve this issue.
I'd like to know how to method the modification or the procedure setting to
GAPBOND_SECURE_CONNECTION_NONE for GAPBOND_SECURE_CONNECTION on host_test.
Best regards,
Okazaki