修改蓝牙搜索设备的时间

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

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

 

posted on 2012-08-20 16:01  RTFSC  阅读(412)  评论(0编辑  收藏  举报

导航