BLE p2p-Router project with generic temperature measurement characteristic doesn't work.
Hi,
I'm working with the BLE p2p-Router project and added the discovering of a Health Thermometer service. It works ..., but the discovering of the descriptor of the termometer measurement characteristic gives an unexpected answer. I use the start & end handle of the discovered characteristic to start the discovering of the descriptor and the answer is equal to the end handle of the characteristic. Perhaps ok, but the UUID that is given with the "ACI_ATT_FIND_INFO_RESP_VSEVT_CODE" event is also equal to the characteristic UUID. I would expectthe UUID 0x2902. If i discover the same server module with a similar project of another manufacturer i get the correct UUID of this descriptor.
I'm asking, because i can't activate the indication of the temperature measurement with my application (i use the aci_gatt_write_char_desc() with the handle i received during discovering)
Thanks for your help
Nicolai
