Hi,
Some questions in example ble_app_hids_keyboard/main.c
-
Why set the adv_params.timeout to zero in BLE_DIRECT_ADV (Line 779) ? That will cause no BLE_GAP_EVT_TIMEOUT event come, right?
-
If no BLE_GAP_EVT_TIMEOUT event come, which event to count down the variable m_direct_adv_cnt in BLE_DIRECT_ADV mode (Line 781) ? The m_direct_adv_cnt always be reset on BLE_GAP_EVT_DISCONNECTED event.
-
(removed)
My device information:
- S110 v7.1
- Use Device Manager for bond connection.
Cheers,