Tool/software:
Hello.
I have been develop modified host_test by cofigured GAP_BOND_MGR.
Role is peripheral.
If GAP_BOND_MGR is enabled, Our Host MCU can not receive the following event for CCCD of Notification or Indication.
[142] : <Rx> - 06:41:39.020
-Type : 0x04 (Event)
-EventCode : 0x00FF (HCI_LE_ExtEvent)
-Data Length : 0x0A (10) bytes(s)
Event : 0x0580 (1408) (GATT_ClientCharCfgUpdated)
Status : 0x00 (0) (SUCCESS)
ConnHandle : 0x0000 (0)
PduLen : 0x04 (4)
AttrHandle : 0x000F (15)
Value : 0x02 (2)
Dump(Rx):
0000:04 FF 0A 80 05 00 00 00 04 0F 00 02 00 .............
If GAP_BOND_MGR is disabled, no problem, Host MCU can receive it.
I 'd like to use pairing sequence (Bond manager) and ATT Notification/Indication sequence.
I can not use both functions together. Why?
SDK version is simplelink_cc13xx_cc26xx_sdk_7_41_00_17.
Best Regards,
Okazaki