Documentation for Bluetooth IO Pin service block.

Addition of event handler blocks for Bluetooth connection state changes.
This commit is contained in:
Martin Woolley
2016-06-20 08:39:51 +01:00
parent 1df118fa19
commit 22c03dfd7a
6 changed files with 93 additions and 13 deletions

View File

@ -15,10 +15,20 @@
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
"enabled": 1,
"pairing_mode": 1,
"private_addressing": 0,
"open": 0,
"whitelist": 1,
"advertising_timeout": 0,
"tx_power": 0,
"dfu_service": 1,
"event_service": 1,
"device_info_service": 1
},
"gatt_table_size": "0x700"
}
}
},
"installedVersion": "vzlhfd"
}
}