#ifndef _BLE_PORT_HID_SERVICE_H_ #define _BLE_PORT_HID_SERVICE_H_ #include "ble_port.h" #include "ble_api.h" void tjd_ble_hid_add_characters_and_descriptors(uint8_t server_id, uint16_t srvc_handle); #endif // _BLE_PORT_HID_SERVICE_H_