Skip to content

Commit

Permalink
update ble filters
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin committed Sep 13, 2024
1 parent 91b4012 commit a77786c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugin/WebbleAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const BLESERIAL_FILTERS = [
{ name: 'JDY-33-BLE' },
{ name: 'NFC-Pro-Q' },
{ name: 'NFC-PRO' },
{ name: 'PcrReader(BLE)' },
{ name: 'PN532-BLE' },
{ services: [0xFF00] }, // HC
{ services: [0xFFE0] }, // HC, JDY
]

const BLESERIAL_UUID = [
Expand Down

0 comments on commit a77786c

Please sign in to comment.