Receiving Data from Bluetooth Low Energy (BLE) Devices (Java Android)
Programming
Published on October 6, 2022
注意点
Android(API)のバージョンによって、AndroidManifest.xml に記述する uses-permission も変わるので要注意。
参考
(公式)Bluetooth Low Energy の概要
LeDeviceListAdapter のソース
Android Bluetooth Low Energy
Bluetooth Low Energyのnotificationの実装について
05.BLEデバイスから値の変更の通知を受け取る処理を作る