This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How are authorization implemented?

How is authoriazation done in the nRF8001 ? How do we use authorization ?

Thanks

Parents
  • Given your extra explanation above, it sounds as if what you want can be achieved with a Write operation. When you configure a characteristic with the Write property, you'll get a DataReceivedEvent over the ACI interface, to which you should reply with either a SendDataAck or SendDataNack, depending on whether the user accepted or rejected the action.

Reply
  • Given your extra explanation above, it sounds as if what you want can be achieved with a Write operation. When you configure a characteristic with the Write property, you'll get a DataReceivedEvent over the ACI interface, to which you should reply with either a SendDataAck or SendDataNack, depending on whether the user accepted or rejected the action.

Children
No Data