0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

BLE Tips

Posted at

BLEアドレス

以下の2種類がある

アドレス種別 説明
Public Address 00:11:22:33:44:55 デバイスに固有で永続的なアドレス(MACアドレス)
Random Address 例: fa:9b:12:34:56:78 ランダムに生成された一時的なアドレス。プライバシー保護のため使用される

ランダムアドレスの分類

  • Static Random Address(再起動まで固定)
  • Resolvable Private Address (RPA)(接続ごとに変化、Identity Resolving Key(IRK)を使って解決)
  • Non-Resolvable Private Address(再接続不可)

メモ

ペアリングしないで、gatt接続する場合はstatic random address?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?