1、RK3308蓝牙接口测试
BT相关接口
#deviceio_test bluetooth
bt_server_open 蓝牙测试初始化,执行蓝牙测试前,先调用该接口。BLE的接收和数据请求回调函数的注册。注:BLE读数据是通过注册回调函数实现。当BLE连接收到数据主动调用接收回调函数。具体请参见RkBtContent 结构说明和 rk_ble_register_recv_callback 函数说明。
bt_test_set_class 设置蓝牙设备类型。当前测试值为0x240404。
bt_test_get_device_name 获取本机设备名
bt_test_get_device_addr 获取本机设备地址
bt_test_set_device_name 设置本机设备名
bt_test_enable_reconnect 使能A2DP SINK 和 HFP 自动重连功能。推荐紧跟01后调用
bt_test_disable_reconnect 禁用A2DP SINK 和 HFP 自动重连功能。推荐紧跟在01后调用
bt_test_start_discovery 扫描周围设备
bt_test_cancel_discovery 取消8发起的扫描操作
bt_test_is_discovering 是否正在扫描周围的设备
原作者:猫咪老师nia~
更多回帖