Navigation

    Freqchip开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. JXR
    J
    • Continue chat with JXR
    • Start new chat with JXR
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    JXR

    @JXR

    0
    Reputation
    19
    Posts
    2219
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    JXR Follow

    Posts made by JXR

    • RE: FR8016与手机连接怎么设置绑定后其他手机没法连接

      你好,有参考的例程吗

      posted in FR801xH
      J
      JXR
    • FR8016与手机连接怎么设置绑定后其他手机没法连接

      FR8016与手机连接怎么设置绑定后其他手机没法连接

      posted in FR801xH
      J
      JXR
    • FR8016连接后蓝牙名自动隐藏

      怎么实现FR8016连接后,蓝牙名自动隐藏,并且其他设备无法连接

      posted in FR801xH
      J
      JXR
    • RE: FR8016程序用在组网里面的,改为可直接上传到手机,无法上传,代码如下

      @zr 就是我这个原先是组网的程序,有哪里需要修改吗

      posted in FR801xH
      J
      JXR
    • RE: FR8016程序用在组网里面的,改为可直接上传到手机,无法上传,代码如下

      @zr 还有什么方式实现数据上传到手机

      posted in FR801xH
      J
      JXR
    • RE: FR8016程序用在组网里面的,改为可直接上传到手机,无法上传,代码如下

      @zr 这些都检查过了

      posted in FR801xH
      J
      JXR
    • RE: FR8016程序用在组网里面的,改为可直接上传到手机,无法上传,代码如下

      @zr 手机端使能了,测试其他的蓝牙都能接收到

      posted in FR801xH
      J
      JXR
    • FR8016程序用在组网里面的,改为可直接上传到手机,无法上传,代码如下

      void gatt_client_write_to_master(uint8_t conidx, uint8_t *data, uint16_t len)
      {
      //if(l2cm_get_nb_buffer_available() > 0)
      {
      //co_printf("gatt_client_write_to_master\r\n");
      if((gap_get_connect_status(conidx))&& (gatt_get_tx_buf_nb(0)<10))
      {
      //co_printf("ntf:conidx = %d len = %d\r\n",conidx,len);
      gatt_ntf_t ntf_att;
      ntf_att.att_idx = MC_IDX_CHAR4_VALUE;
      ntf_att.conidx = conidx;
      ntf_att.svc_id = mc_svc_id;
      ntf_att.data_len = len;
      ntf_att.p_data = data;
      gatt_notification(ntf_att);
      }
      }
      }

      posted in FR801xH
      J
      JXR
    • RE: FR8012怎么隐藏蓝牙名

      @zr 好的,谢谢,我研究下怎么用

      posted in FR801xH
      J
      JXR
    • RE: FR8012怎么隐藏蓝牙名

      @zr 有什么办法在不影响组网下隐藏蓝牙名?

      posted in FR801xH
      J
      JXR