-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to latest version of Bluetooth numbers database for lat…
…est services/characteristics Signed-off-by: deadprogram <[email protected]>
- Loading branch information
1 parent
2a30a37
commit 1e8f992
Showing
3 changed files
with
1,618 additions
and
1,438 deletions.
There are no files selected for viewing
Submodule bluetooth-numbers-database
updated
16 files
+1 −2 | .github/workflows/verify_ids.yml | |
+0 −1 | .github/workflows/verify_json.yml | |
+0 −1 | .github/workflows/verify_no_duplicates.yml | |
+26 −0 | README.md | |
+105 −0 | decimal_ids.js | |
+549 −0 | experimental/nfc_one_byte_manufacturer_names.json | |
+104 −0 | experimental/nfc_two_byte_manufacturer_names.json | |
+4 −0 | index.js | |
+2 −1 | package.json | |
+26 −0 | v1/appearance_schema.json | |
+56 −1 | v1/characteristic_uuids.json | |
+3,652 −2,978 | v1/company_ids.json | |
+3 −1 | v1/descriptor_uuids.json | |
+1,282 −0 | v1/gap_appearance.json | |
+15 −7 | v1/service_uuids.json | |
+8 −0 | verify.js |
Oops, something went wrong.