Loop Pairing - Binding - Remove Binding , struck when start discovery service
Loop Pairing - Binding - Remove Binding , struck when start discovery service
Hello,
The disconnect reasons that I can see is:
0x3E = BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED
0x3B = BLE_HCI_CONN_INTERVAL_UNACCEPTABLE
0x16 = BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION
0x13 = BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION
Is there a (two) examples from the SDK that you are trying to connect?
How fast do they disconnect? Immediately, or does it take some time?
What are the desired connection interval on both sides? That is, each devices MAX_CONN_INTERVAL and MIN_CONN_INTERVAL (usually defined near the top in main.c).
Best regards,
Edvin
Hello,
The disconnect reasons that I can see is:
0x3E = BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED
0x3B = BLE_HCI_CONN_INTERVAL_UNACCEPTABLE
0x16 = BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION
0x13 = BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION
Is there a (two) examples from the SDK that you are trying to connect?
How fast do they disconnect? Immediately, or does it take some time?
What are the desired connection interval on both sides? That is, each devices MAX_CONN_INTERVAL and MIN_CONN_INTERVAL (usually defined near the top in main.c).
Best regards,
Edvin