Androidプログラマへの道 〜 Moonlight 明日香 〜 C/C++プログラマの管理者が, Androidプログラムにチャレンジ. AndroidプログラミングのTipsをメモっていく予定です. トップページページ一覧メンバー編集 BluetoothデバイスのRSSIを取得する 最終更新: moonlight_aska 2012年06月20日(水) 21:48:37履歴 Tweet 周辺のBluetoothデバイスのRSSI値を取得するには, 他のBluetoothデバイス発見時にBluetoothDevice#EXTRA_RSSIを使う. 注) ペアリングしたBluetoothデバイスのRSSI値取得はできないようである. スキャン時のRSSI取得 Bluetooth01.java 他のBluetoothデバイスのスキャンについては, Bluetoothデバイスを探すを参照.