Firefly开源社区

标题: NP 模式下外部mcu通过串口读取本机mac地址? [打印本页]

作者: heiseyanlei    时间: 2015-9-18 14:19
标题: NP 模式下外部mcu通过串口读取本机mac地址?
如题

作者: heiseyanlei    时间: 2015-9-18 14:21
读取9021的MAC地址的指令是什么啊?NP模式下,MCU通过串口读取9021的mac地址,有没有这个指令?
作者: 安安    时间: 2015-9-21 09:11
你试一试这个函数。
  1. /*
  2. ****************************************************************************************
  3. * @brief Read local BD addr request.    *//**
  4. *
  5. * @response  GAP_READ_BDADDR_REQ_CMP_EVT
  6. * @description
  7. *
  8. * This function is used to read the Bluetooth Address of the device.
  9. *
  10. ****************************************************************************************
  11. */
  12. void app_gap_read_bdaddr_req(void)
  13. {
  14.     // Send the message
  15.     ke_msg_send_basic(GAP_READ_BDADDR_REQ, TASK_GAP, TASK_APP);
  16. }
复制代码





欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1