I want to implement a BLE composite device with BLE UART and BLE HID, and both services can work at the same time.

I want to implement a BLE composite device with BLE UART and BLE HID, and both services can work at the same time.

Hello! I want to make a Bluetooth game controller, and the functions of the controller buttons can be modified by the host computer application on Windows. The host computer notifies the "new functions" of the game controller buttons through Bluetooth serial communication.

I need BLE to implement two services, UART and HID, and both can work at the same time.

Do you have any routines that include two BLE services for reference? Preferably from NCS.

Related