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

about service change can't receive BLE_GATTS_EVT_WRITE

nrf52832     SDK14.2       s132_nrf52_5.0.0_softdevice     PCA10040       ble_app_hids_keyboard  

I modify the project : 

two  service :  one  is   hid   another  is  different  hid_1 

press button 2  init  hid

presss button 3  init  hid_1

connect  the  android  phone , press button2   reset ,and ,init  hid;  press button3   reset  ,and, init  hid_1, reconnect  the phone,

turn  off and on the bluetooth(android  phone),but I can‘t receive   BLE_GATTS_EVT_WRITE(gcm_ble_evt_handler),  I  enable  the  NRF_SDH_BLE_SERVICE_CHANGED

I  can’t  know the reason,  but  SDK15.2   it  succeed,  why?   How  can  i do?

Parents
  • Hi

    I'm sorry, it seems like you misunderstood me. I by no extent, express that I'm developing anything for you. I'm just trying to give you advice and help you solve this issue. And what I suggest, is that you implement the fix (defining and implementing PM_SERVICE_CHANGED_ENABLED like it is done in SDK15.2) to your SDK14.2 project in order to try and patch this problem. If you have any specific questions on how to do so, please fire away, and I will assist you in the process.

    Best regards,

    Simon

    PS: I'll be out of office for the remainder of this week, but I'll get back to you upon my return! We're also moving into a period where we are short on staff, so you'll have to expect some delayed replies. Sorry about the inconvenience!

Reply
  • Hi

    I'm sorry, it seems like you misunderstood me. I by no extent, express that I'm developing anything for you. I'm just trying to give you advice and help you solve this issue. And what I suggest, is that you implement the fix (defining and implementing PM_SERVICE_CHANGED_ENABLED like it is done in SDK15.2) to your SDK14.2 project in order to try and patch this problem. If you have any specific questions on how to do so, please fire away, and I will assist you in the process.

    Best regards,

    Simon

    PS: I'll be out of office for the remainder of this week, but I'll get back to you upon my return! We're also moving into a period where we are short on staff, so you'll have to expect some delayed replies. Sorry about the inconvenience!

Children
No Data
Related