nRF52832 ANCS could not obtain the application name

I am on nRF52840, and ANCS can get the app name. After switching to nRF52832, you cannot get the app name. The driver of the two chip ANCS is the same, but the Bluetooth protocol stack is different, the former is s340, the latter is s332. What is the reason?

Parents Reply
  • "ancs_c_app_attr_request", Function for sending a get App Attributes request. For example, The APP application attribute returned by the function request of "com.tencent.xin" is named "微信", which can be obtained by using the function interface on nRF52840, but cannot be obtained by using the same interface on nRF52832. No BLE_ANCS_C_EVT_APP_ATTRIBUTE event is triggered.

Children
Related