Bluenrg-M2SA connection disconnected and not receiving notification
I'm using Bluenrg-M2SA with and facing issue with ble connection.
Bluenrg-M2SA is connecting as a client with smart watch but it gets disconnected at every 30 seconds.
Error: hci_disconnection_complete_event, Reason: 13
I'm using BlueNRG-1_2 DK 3.2.3. Any idea to increase the connection time from application?
Also, Bluenrg-M2SA connects as a client to smart watch to read the hear rate value. It also successfully executes the heart rate service by using following code,
UUID_Con_Char.UUID_16 = 0x0D18;
ret=aci_gatt_read_using_char_uuid(connection_handle, 0x0001, 0xFFFF,UUID_TYPE_16,&UUID_Con_Char);
