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-06-14 15:30:07 +02:00
|
|
|
"bluetooth.cpp"
|
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2016-10-11 01:21:50 +02:00
|
|
|
"core": "file:../core"
|
2016-06-14 15:30:07 +02:00
|
|
|
},
|
|
|
|
"yotta": {
|
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
2016-06-20 09:39:51 +02:00
|
|
|
"enabled": 1,
|
|
|
|
"pairing_mode": 1,
|
|
|
|
"private_addressing": 0,
|
|
|
|
"open": 0,
|
|
|
|
"whitelist": 1,
|
|
|
|
"advertising_timeout": 0,
|
2016-06-23 12:38:23 +02:00
|
|
|
"tx_power": 6,
|
2016-06-20 09:39:51 +02:00
|
|
|
"dfu_service": 1,
|
|
|
|
"event_service": 1,
|
|
|
|
"device_info_service": 1
|
|
|
|
},
|
|
|
|
"gatt_table_size": "0x700"
|
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
|
|
|
}
|