You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been adding support for Secure Connect / Passkey Pairing using an UNO R4. Specifically, the central is the arduino who is instigating the pairing and encryption with a peripheral. This is working on an UNO R4 but unfortunately, it is not working on a Giga R1.
Issuing the HCI_LE_Read_Local_P-256_Public_Key command resulted with an HCI_Command_Status as follows:
According to the BLE specification, a status of 0x1 is "Unknown HCI Command".
An HCI_LE_Read_Local_P-256_Public_Key_Complete event was never received.
For comparison, on an UNO R4, issuing the HCI_LE_Read_Local_P-256_Public_Key command resulted with an HCI_LE_Read_Local_P-256_Public_Key_Complete event containing the public key. A corresponding HCI_Command_Status was never received.
Any ideas why the above is not working on a Giga R1?
The text was updated successfully, but these errors were encountered:
I've been adding support for Secure Connect / Passkey Pairing using an UNO R4. Specifically, the central is the arduino who is instigating the pairing and encryption with a peripheral. This is working on an UNO R4 but unfortunately, it is not working on a Giga R1.
Issuing the HCI_LE_Read_Local_P-256_Public_Key command resulted with an HCI_Command_Status as follows:
According to the BLE specification, a status of 0x1 is "Unknown HCI Command".
An HCI_LE_Read_Local_P-256_Public_Key_Complete event was never received.
For comparison, on an UNO R4, issuing the HCI_LE_Read_Local_P-256_Public_Key command resulted with an HCI_LE_Read_Local_P-256_Public_Key_Complete event containing the public key. A corresponding HCI_Command_Status was never received.
Any ideas why the above is not working on a Giga R1?
The text was updated successfully, but these errors were encountered: