Product Info
Table Of Contents
RTL8822CE RTL8822CU RTL8822CS COB TSSI MP FLOW
©2019 Realtek Semiconductor Corp.
39
Now ,We should control the bluetooth device then to enter 2 or 3 command :
Execute commandsSet parameters Report result
Step1 : Set parameters :
bt_mp_SetParam
The Format is :
bt_mp_SetParam Index0,value0; Index1,..;IndexN,valueN
If there is a requirement to check the parameters, enter the command below :
bt_mp_GetParam
Example : If you want to set the channel 10 and packet type “BT_PKT_3DH5” :
bt_mp_SetParam 0x01,0x0a;0x02,0x08
Or set channel and packet type separately.