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",
|
|
|
|
"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
|
|
|
],
|
2019-12-02 05:58:26 +01:00
|
|
|
"icon": "./static/packages/bluetooth/icon.png",
|
2016-06-14 15:30:07 +02:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2016-10-11 01:21:50 +02:00
|
|
|
"core": "file:../core"
|
2016-06-14 15:30:07 +02:00
|
|
|
},
|
2020-09-08 11:04:25 +02:00
|
|
|
"disablesVariants": ["mbcodal"],
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"optionalConfig": {
|
|
|
|
"microbit-dal": {
|
2019-12-02 05:58:26 +01:00
|
|
|
"stack_size": 1280,
|
2016-06-20 09:39:51 +02:00
|
|
|
"gatt_table_size": "0x700"
|
2016-06-14 15:30:07 +02:00
|
|
|
}
|
2019-12-02 05:58:26 +01:00
|
|
|
}
|
2016-06-14 15:30:07 +02:00
|
|
|
},
|
2016-06-14 22:57:27 +02:00
|
|
|
"installedVersion": "vzlhfd"
|
2016-06-20 09:39:51 +02:00
|
|
|
}
|