150
Appendix
Table 7 GET Response Body
Table 8 GET Response Body (Type=status)
Response Status
Response Body
200 OK
{
"message": "Success"
"detail": null
"description" : <Encoded string for the configuration script>
}
404 Not Found
"message": "Requested file not found"
"detail": null
"description" : null
}
400 Bad Request
{
"message": "Invalid Parameter"
"detail": null
"description" : null
}
Response Status
Response Body
200 OK
The HCI Version for the
Bluetooth
adapter is 6 or higher
{
"message": "Success",
"detail": null,
"description" : {
“VendorID”: “0a12”,
“ProductID”: “0001”,
“ProductName”: “CSR8510 A10”,
“Bluetooth LE”: “Support”
}
}
200 OK
The HCI Version for the
Bluetooth
adapter is 5 or lower
{
"message": "Success",
"detail": null,
"description" : {
“VendorID”: “0a12”,
“ProductID”: “0001”,
“ProductName”: “(no name)”,
“Bluetooth LE”: “Not support”
}
}
404 Not Found
Adapter not connected
"message": "Beacon dongle not connected",
"detail": null,
"description" : null
}