2023-04-10 06:10 AM
Hi All,
I'm imported a throuhput project from bluenrg DK 1.3.0 and modifying it as per my requirement.
I'm using Bluenrg LPS in central mode and connecting to BlueNRG MS device which is configured as Peripheral.
The steps to configure BlueNRG LPS are -
Then I'm trying to create a connection by calling -
aci_gap_create_connection(LE_1M_PHY_BIT, PUBLIC_ADDR, bdaddr);
where bdaddr is mac address of the peripheral device.
And receiving the 0x85 (BLE_STATUS_NOT_ALLOWED)return value.
Can someone help me out why I'm getting this error and how can I resolve it?