fb12 bluetooth service

fb12 commands are specific to BTIR3 nexgentec™ devices. These commands are used to control the fb12 Bluetooth service, which is a chip-specific service designed for BTIR3 devices.

fb12.app.log.level.get

Get the log level for the fb12 Bluetooth service running on the BTIR3

Request

Method Param Value Comment Supported Versions
fb12.app.log.level.get >=v1.0.16
{"jsonrpc":"2.0","id":1,"method":"fb12.app.log.level.get"}

Reply

Result Comment
x Active log level
{"jsonrpc":"2.0","id":20,"result":{"level":3}}

fb12.app.log.level.set

Set the log level for fb12 service and associated processes

Request

Method Param Value Comment Supported Versions
fb12.app.log.level.set level 0-7 Log level to set >=v1.0.16
{"jsonrpc":"2.0","id":1,"method":"fb12.app.log.level.set","params":{"level":6}

Reply

Result Comment
null null means acknowledged, no error
{"jsonrpc":"2.0","id":1,"result":null}