久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费
標(biāo)題:
NRF51822藍(lán)牙串口源碼分享
[打印本頁]
作者:
zcw3726040
時(shí)間:
2018-10-1 19:36
標(biāo)題:
NRF51822藍(lán)牙串口源碼分享
NRF51822 藍(lán)牙串口
0.png
(41.85 KB, 下載次數(shù): 78)
下載附件
2018-10-1 22:47 上傳
單片機(jī)源程序如下:
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
#include <stdint.h>
#include "app_error.h"
#include "ble_dtm_app.h"
#include "ble_serialization.h"
#include "nrf_error.h"
#include "ser_config.h"
#include "ser_hal_transport.h"
#include "ser_sd_transport.h"
static uint32_t dtm_init_rsp_dec(const uint8_t * p_buffer, uint16_t length)
{
uint32_t result_code;
const uint32_t err_code = ble_dtm_init_rsp_dec(p_buffer, length, &result_code);
APP_ERROR_CHECK(err_code);
return result_code;
}
uint32_t ble_dtm_init(app_uart_stream_comm_params_t * p_uart_comm_params)
{
if (p_uart_comm_params == NULL)
{
return NRF_ERROR_NULL;
}
uint32_t err_code = NRF_SUCCESS;
uint32_t index = 0;
uint8_t * p_tx_buf = NULL;
uint32_t tx_buf_len = 0;
err_code = ser_hal_transport_tx_pkt_alloc(&p_tx_buf, (uint16_t *)&tx_buf_len);
if (err_code != NRF_SUCCESS)
{
return err_code;
}
p_tx_buf[index++] = SER_PKT_TYPE_DTM_CMD;
tx_buf_len -= SER_PKT_TYPE_SIZE;
err_code = ble_dtm_init_req_enc(p_uart_comm_params, &(p_tx_buf[SER_PKT_TYPE_SIZE]), &tx_buf_len);
if (err_code == NRF_SUCCESS)
{
tx_buf_len += SER_PKT_TYPE_SIZE;
err_code = ser_sd_transport_cmd_write(p_tx_buf, tx_buf_len, dtm_init_rsp_dec);
if (err_code != NRF_SUCCESS)
{
err_code = NRF_ERROR_INTERNAL;
}
}
else
{
err_code = NRF_ERROR_INTERNAL;
}
return err_code;
}
復(fù)制代碼
所有資料51hei提供下載:
BLE實(shí)驗(yàn)4:藍(lán)牙串口.zip
(14.5 MB, 下載次數(shù): 34)
2018-10-1 19:36 上傳
點(diǎn)擊文件名下載附件
5
下載積分: 黑幣 -5
作者:
cnc2020
時(shí)間:
2018-12-15 18:39
good topic
歡迎光臨 (http://www.zg4o1577.cn/bbs/)
Powered by Discuz! X3.1
主站蜘蛛池模板:
国产精品毛片久久久久久
|
国产精品国产成人国产三级
|
国产精品资源在线
|
99视频网站
|
日韩一区二区av
|
亚洲免费在线
|
亚洲欧美视频一区
|
欧亚av在线
|
久久久久国产一区二区三区不卡
|
a在线视频观看
|
精品国产乱码久久久久久牛牛
|
精品一区二区av
|
日本不卡一区二区三区
|
成人精品国产一区二区4080
|
国产精品精品视频
|
久久在线
|
国产乱码高清区二区三区在线
|
人人九九精
|
日韩福利
|
国产精品91久久久久久
|
91精品一区二区
|
国产成人一区二区三区电影
|
成人av一区二区三区
|
国产探花
|
成人在线观看网址
|
91影视
|
欧美一级毛片免费观看
|
国产精品美女久久久久aⅴ国产馆
|
国产一区久久久
|
999国产视频
|
四虎影院免费在线播放
|
精品国产一区二区国模嫣然
|
99热精品在线
|
午夜影院网站
|
国产精品免费观看
|
久久综合99
|
国内精品免费久久久久软件老师
|
国产精品免费一区二区三区四区
|
免费精品视频在线观看
|
日韩在线不卡
|
欧美日韩视频在线第一区
|