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

how can i send int16_t data type via ble!

Hi, im using nrf 52 DK. Im currently working on BLE UART example. I need to send int16_t data type to my smartphone's nordic uart app. But i cant. I was using the function ble_nus_string_send(). But it can only send uint8_t data type. Is there a way to send int16_t data type? I'm using s132 v2.0.1 and SDK v11

Related