Discuz! Board

标题: ble传输速率 [打印本页]

作者: ziyuefeibing    时间: 2018-8-21 09:33
标题: ble传输速率
各位大佬, 有个问题想咨询一下
如果我要以最大速率传文件下面的设置对吗?
#define MIN_CONN_INTERVAL               MSEC_TO_UNITS(15, UNIT_1_25_MS)        /**< Minimum acceptable connection inter
#define MAX_CONN_INTERVAL               MSEC_TO_UNITS(15, UNIT_1_25_MS)


static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)
             NRF_LOG_DEBUG("PHY update request.");
             ble_gap_phys_t const phys =
             {
                .rx_phys = BLE_GAP_PHY_2MBPS,
                .tx_phys = BLE_GAP_PHY_2MBPS,
             };


// <i> Requested BLE GAP data length to be negotiated.
#ifndef NRF_SDH_BLE_GAP_DATA_LENGTH
#define NRF_SDH_BLE_GAP_DATA_LENGTH 251
#endif

// <i> The time set aside for this connection on every connection interval in 1.25 ms units.
#ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH
#define NRF_SDH_BLE_GAP_EVENT_LENGTH 15


请问最大理论值应该怎么计算?


作者: admin    时间: 2018-8-21 10:38
不丢包的情况下蓝牙4.2手机可以达到77kB/s左右,不能计算,要实测
作者: ziyuefeibing    时间: 2018-8-21 16:06
admin 发表于 2018-8-21 10:38
不丢包的情况下蓝牙4.2手机可以达到77kB/s左右,不能计算,要实测

上面的设置对吗?要达到这样的速率软件上还需要做什么修改?




欢迎光临 Discuz! Board (http://qfv8.com/) Powered by Discuz! X3