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

Nordik UART app with Multiple service reception

I need to receive both UART Service data and HRS service data on the app.

Currently I have seen on Nordik Connect app , both the services can be found and can connect and receive data.

I need to do same with my app using nordik UART App code.

I have changed UART profile to HRS profile and code was working, i was receiving Nordik HRS service data.

But i want both services should be used and receives data. so i have prepare separate UARTService_HRS for hrs profile in the same code.also added needed changed.but it gives error null pointer exception on BLEGattService.

Please help

Parents
  • You are not understanding our problem. We are facing problem at multiple reception. while receiving HRS data , no characteristics found on broadcast Update to read value. only UART Service characteristics are identified and can read value. is that ok with broadcastUpdate funtion we have written? is there is missing in onCharacteristicsRead function? is there is another mService object require to read other service? i will see sniffer details and try to test and give details. but i think the problem must be in coding.

Reply
  • You are not understanding our problem. We are facing problem at multiple reception. while receiving HRS data , no characteristics found on broadcast Update to read value. only UART Service characteristics are identified and can read value. is that ok with broadcastUpdate funtion we have written? is there is missing in onCharacteristicsRead function? is there is another mService object require to read other service? i will see sniffer details and try to test and give details. but i think the problem must be in coding.

Children
No Data
Related