2016-06-14 15:30:07 +02:00
|
|
|
{
|
2016-10-11 01:21:50 +02:00
|
|
|
"name": "bluetooth",
|
2016-06-14 15:30:07 +02:00
|
|
|
"description": "Bluetooth services",
|
2023-01-11 18:51:27 +01:00
|
|
|
"dependencies": {
|
|
|
|
"core": "file:../core"
|
|
|
|
},
|
2016-06-14 15:30:07 +02:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"enums.d.ts",
|
|
|
|
"shims.d.ts",
|
2016-09-02 17:03:55 +02:00
|
|
|
"bluetooth.ts",
|
2016-11-14 18:44:46 +01:00
|
|
|
"bluetooth.cpp",
|
2019-12-02 05:58:26 +01:00
|
|
|
"BLEHF2Service.h",
|
|
|
|
"BLEHF2Service.cpp"
|
2016-06-14 15:30:07 +02:00
|
|
|
],
|
2023-01-11 18:51:27 +01:00
|
|
|
"public": true,
|
2022-03-22 17:36:19 +01:00
|
|
|
"weight": 10,
|
|
|
|
"searchOnly": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
"icon": "./static/packages/bluetooth/icon.png",
|
2016-06-14 15:30:07 +02:00
|
|
|
"yotta": {
|
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
2017-12-14 20:00:47 +01:00
|
|
|
"enabled": 1
|
2017-09-19 23:54:46 +02:00
|
|
|
}
|
|
|
|
}
|
2022-08-10 18:36:19 +02:00
|
|
|
}
|
2022-03-22 17:36:19 +01:00
|
|
|
}
|
|
|
|
}
|