1
広告データはiPhone用の判読可能な形式ですが、アンドロイド用の10進数形式です。アンドロイドの広告パケットを読み、解釈する方法。BLE Ionicから広告データを読む方法
this.scanner = this.ble.scan(["00EDSE-0000-00AE-9VVQ-9125475145125"], 1).subscribe((response) => {
console.log("success scan.." + JSON.stringify(response));
this.ble.connect(response.id).subscribe((response) => {
this.toast.show("Successfully paired", '2000', 'bottom').subscribe((toast) => {
console.log(toast);
this.spinnerDialog.hide();
});