Bluetooth Low Energy (BLE)デバイスからのデータ受信(Java Android)
プログラミング
公開: 2022年10月06日
注意点
Android(API)のバージョンによって、AndroidManifest.xml に記述する uses-permission も変わるので要注意。
参考
(公式)Bluetooth Low Energy の概要
LeDeviceListAdapter のソース
Android Bluetooth Low Energy
Bluetooth Low Energyのnotificationの実装について
05.BLEデバイスから値の変更の通知を受け取る処理を作る