BLE timers

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

BLE timers

1,008件の閲覧回数
amarksjc
Contributor I

We need to optimize the time it takes for a client running ble 5.0 to securely connect with a remote device also running 5.0.  We'd like to see how long each significant step takes.  Ideas, suggestions... please.

In advance, Thanks.  

0 件の賞賛
返信
1 返信

990件の閲覧回数
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @amarksjc ,

 

Hope you are doing well!

There are several ways to optimize the BLE connection time:

  • Minimize advertising and connection intervals.
  • Optimize scan window/interval balances on the central. 
  • Use privacy mode only when required. Disabling it saves time when not needed.
  • Disable features not required like 2M PHY, coded PHY, extended advertising, etc.

And for time statistics, you can add timestamps to the code. Also, employing a sniffer to capture packets would be helpful. This link has the installation and usage of NXP protocol analyzer, hopefully it will help you.

 

Best regards,

Gavin

0 件の賞賛
返信