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

nRF51422 GATT Authorization failed Error 0x89

I am using nRF51422 SDK v8.0 and the board for evaluation is PCA10003. As I am using the BLE in GENERIC_KEYRING. The same I am trying to configure to send Immediate alert to Mobile phone which than by using some APP will make a call and can be used as SOS peripheral.

Currently I am getting error on Nordic Master control app is Error: 0x89 GATT _Auth fail.

What steps I require to take further. SO I can be able to receive Immediate alert on cell phone after pressing the BUTTON_0 .

Apart from this also I am getting following output from this code part

err_code = ble_ias_c_send_alert_level(&m_ias_c, BLE_CHAR_ALERT_LEVEL_HIGH_ALERT); SEGGER_RTT_printf(0,"%s and %d & m_high_alert_signalled=%d and err_code=%d"
,FUNCTION,LINE,m_is_high_alert_signalled,err_code);

getting output after debugging :::::::: alert_level=2 button_event_handler and 1060 & m_high_alert_signalled=0 and err_code=5 (NRF_ERROR_NOT_FOUND)

Thanking for your reply and guidance!

Parents
  • @@continue.......................................... Mobile Phone is Xperia (Model C6502) Android version: 4.4.4

    I am having some issue with Sniffer and Wireshark... As I am not able to read any packets using this tools, so if you know the solution for this plz revert also along with above issue... As from above code part it infer that the IAS service is not found on mobile phone. that is why it is not working.

Reply
  • @@continue.......................................... Mobile Phone is Xperia (Model C6502) Android version: 4.4.4

    I am having some issue with Sniffer and Wireshark... As I am not able to read any packets using this tools, so if you know the solution for this plz revert also along with above issue... As from above code part it infer that the IAS service is not found on mobile phone. that is why it is not working.

Children
No Data
Related