zoukankan      html  css  js  c++  java
  • Question about pairing/bonding?

    Except that on android you can bypass the pairing dialog if you know the PIN in advance through a different channel.
     
    Etan

    On 06.02.2013, at 10:09, "András Kövi" <email@hidden> wrote:

    Hi BPa,
     
    actually if CoreBluetooth receives the request from the peripheral that it needs authentication, then it will take the control from your application and return only after the process has finished (succeeded or failed). Your app has nothing to do with pairing. This is a security concern and Apple decided to not allow any control for apps over it. The same approach was taken by other mobile platforms too so it's not an exceptional behavior.
     
    Regards,
    Andras


    2013/2/6 <email@hidden>
     
    Thanks Etan.
     
    So iOS CoreBluetooth Framework will do all the work w.r.t the process of pairing and bonding?
    Not clear how this would work in practice. 
     
    -BPa


    From: Etan Kissling <email@hidden>
    To: "<email@hidden>" <email@hidden
    Cc: BLE-Dev <email@hidden
    Sent: Wednesday, January 30, 2013 3:38 AM
    Subject: Re: Question about pairing/bonding?

    BPa,
     
    you cannot initiate pairing from the iOS central side. Instead, you have to read/write a characteristic value,
    and then let your peripheral respond with an "Insufficient Authentication" error.
    iOS will then initiate pairing, will store the keys for later use (bonding) and encrypts the link. As far as I know,
    it also caches discovery information, so that future connections can be set up faster.
     
    Etan

    On 30.01.2013, at 01:40, <email@hidden>
     wrote:

     
    I have been using the TI sensortag as well as the keyfob etc. and extending the applications on iOS devices. 
    However I have yet to figure out how to do pairing/bonding with peripherals.
     
    The CoreBluetooth framework is not very clear in terms of the process of doing pairing/bonding.
     
    Any thoughts appreciated.
     
    -BPa
    _______________________________________________
    Do not post admin requests to the list. They will be ignored.
    Bluetooth-dev mailing list      (email@hidden)
    Help/Unsubscribe/Update your Subscription:

    This email sent to email@hidden



     _______________________________________________
    Do not post admin requests to the list. They will be ignored.
    Bluetooth-dev mailing list      (email@hidden)
    Help/Unsubscribe/Update your Subscription:

    This email sent to email@hidden

     _______________________________________________
    Do not post admin requests to the list. They will be ignored.
    Bluetooth-dev mailing list      (email@hidden)
    Help/Unsubscribe/Update your Subscription:
    
    This email sent to email@hidden


    https://lists.apple.com/archives/bluetooth-dev/2013/Feb/msg00014.html
  • 相关阅读:
    elementUI table中的button 操作
    数组
    数组,字符串,数字之间的相互转换
    Element upload
    Vue中涉及到的三目运算与v-if结合
    ElementUI的input用法
    javascript的正则表达式
    Vue表单+Vue全局指令 v-focus 的引用
    ztree 异步加载大数据(一)
    vue mixins 混入项目实例
  • 原文地址:https://www.cnblogs.com/scaptain/p/3920231.html
Copyright © 2011-2022 走看看