da14580,sdk5.0.3,ble_app_profile项目。。程序里初始最小小和和最最大大间隔间隔分别为为为为为为为为为为为为为为为为为为我我想同时同时同时同时同时同时同时同时同时同时同时同时同时同时同时同时同时同时同时保障保障保障保障保障保障保障保障通信通信通信通信通信通信。连接的话,下面下面函数的小最大都要调整吗支持支持支持支持
静态const struct connection_param_configuration user_connection_param_conf = {
///在BLE双插槽(1.25ms)中测量的连接间隔最小
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.intv_min = ms_to_doubleslots(10),
///在BLE双插槽(1.25ms)中测量的连接间隔最大值
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.intv_max = ms_to_doubleslots(20),
///在连接事件中测量的延迟
.latency = 0,
///以计时器单元(10毫秒)测量的监督超时
///使用宏MS_TO_TIMERUNITS从毫秒(MS)转换为计时器单位
.time_out = ms_to_timerunits(1250),
///以BLE双插槽(1.25ms)测量的最小连接事件持续时间
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.ce_len_min = ms_to_doubleslots(0),
///用BLE双插槽(1.25ms)测量的最大连接事件持续时间
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.ce_len_max = ms_to_doubleslots(0),
};
// ------------------------------------------------------------------------------------------------------------------------
// ------------------------------ GAPM ---相关---------------------------------------------------------------
静态const struct gapm_configuration user_gapm_conf = {
.role = gap_peripheral_slv,
.irk = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
///设备外观(0x0000-未知外观)
//根据https://developer.bluetooth.org/gatt/characteristics/pages/characteristisviewer.aspx?u=org.bluetooth.characteristic.gap.gap.appearance.xml
.pearance = 0,
.appearance_write_perm = gapm_write_disable,
.name_write_perm = gapm_write_disable,
///最大MTU
.max_mtu = 23,
///仅外围:********************************************************************************
///从BLE双插槽(1.25ms)测量的从属首选最小连接间隔
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.con_intv_min = ms_to_doubleslots(10),
///从BLE双插槽(1.25ms)测量的从属首选连接间隔的最大连接间隔
///使用宏MS_TO_DOBLESLESLOTS从毫秒(MS)转换为双插槽
.con_intv_max = ms_to_doubleslots(20),
///从属首选连接延迟。它是在跳过的连接事件中测量的
.con_latency = 0,
/// Slave首选链接监督超时以计时器单元(10毫秒)测量
///使用宏MS_TO_TIMERUNITS从毫秒(MS)转换为计时器单位
.superv_to = ms_to_timerunits(1000),
///隐私设置BIT字段(0B1 =启用,0B0 =禁用)
///- [BIT 0]:隐私支持
///- [BIT 1]:多键支持(仅外围);如果启用,隐私标志为
/// 只读。
///- [位2]:可见重新连接地址。
.flags = 0
};
你,,
可参考链接中::
https://support.dialog-spoomendonductor.com/forums/post/dialog-smartbond-bl ...- 软件dialog-“ smartbond”系列功耗蓝牙功耗蓝牙功耗蓝牙-96
您的链接找不到此页面。请帮助再次检查,谢谢!
你,,
即也提问另外一帖子,两帖子,两问题相似相似