首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

批改蓝牙搜索设备的时间

2013-03-12 
修改蓝牙搜索设备的时间蓝牙主动搜索设备的时间default为61.44s,如何修改为其他的android_server_Bluetoot

修改蓝牙搜索设备的时间

蓝牙主动搜索设备的时间default为61.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

热点排行