如何修改蓝牙搜索设备的时间

来源:互联网 发布:淘宝电脑端店铺首页 编辑:程序博客网 时间:2024/05/16 17:42

[Description]

蓝牙主动搜索设备的时间default61.44s,如何修改为其他的值

[Solution]

android_server_BluetoothService.cpp在该文件修改如下函数的如下参数,0x30 means 48×1.28= 61.44 seconds,单位为1.28s

bool btmtk_gap_discovery(native_data_t *nat, btbm_discovery_type mode)

{

...

    req_p->inquiry_length  = 0x30;   // modify this line

原创粉丝点击