133
Appendix
Table 7 GET Response Body
Table 8 GET Response Body (Type=status)
Acquires information from the
Bluetooth adapter
Type=status Acquisition successful 200 OK
Acquisition failed (No adapter
connected)
404 Not Found
Others Type = Other than
the above
or
A parameter except
for Type exists
Type is invalid 400 Bad Request
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
Link
{
"message": "Success",
"detail": null,
"description" : {
“VendorID”: “0a12”,
“ProductID”: “0001”,
“ProductName”: “CSR8510 A10”,
“Bluetooth LE”: “Support”
}
}
Function GET Parameter Results Response