TX Power GATT Service (UUID: 0x1804)

Hi,

I would like to create a service that shows the current TX power of a peripheral during connection. I am using the Android nRF Connect app to connect to the nRF52833 DK and I have used the Bluetooth: Peripheral HT sample from Zephyr. There is an existing GATT service with UUID 0x1804 for TX power. How do I use it in my code? And where do I find more information on implementing GATT services using nRF Connect SDK? This tab on the nRF Connect SDK docs only shows a few GATT services.

Thanks,

Adam

Parents Reply
  • Thank you Kenneth,

    The discussion you linked to does not provide information on how to actually implement the TPS (TX power service) and the HCI power control example that you linked to does not use the TPS either (I have used this sample before). I have also read the specification on the TPS from Bluetooth SIG and it does not provide information on how to incorporate the TPS in an application's source code.

    How do I implement this service so that I can read TX power from the central?

    Thanks

Children
Related