BLE connect device but don't have connect handle

When I am in BLE_GAP_CONNECTED event, the connection handle is empty?

This is log:

[17:54:15.251]input←◆<info> app: Received BLE event: 16
<info> app: Connected.
<info> app: Connection handle: 0x0
<info> app: Connected to device with handle: 0x0000

<info> app: Received BLE event: 35

[17:54:55.269]input←◆<info> app: Received BLE event: 17
<info> app: Disconnected, reason 34.

In connect event, I can't get the connect handle. Why?

Thanks response.

Parents Reply Children
Related