34 lines
888 B
JSON
34 lines
888 B
JSON
{
|
|
"name": "microbit-bluetooth",
|
|
"description": "Bluetooth services",
|
|
"files": [
|
|
"README.md",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"bluetooth.cpp"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"microbit": "file:../microbit"
|
|
},
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 1,
|
|
"pairing_mode": 1,
|
|
"private_addressing": 0,
|
|
"open": 0,
|
|
"whitelist": 1,
|
|
"advertising_timeout": 0,
|
|
"tx_power": 6,
|
|
"dfu_service": 1,
|
|
"event_service": 1,
|
|
"device_info_service": 1
|
|
},
|
|
"gatt_table_size": "0x700"
|
|
}
|
|
}
|
|
},
|
|
"installedVersion": "vzlhfd"
|
|
} |