mcu_hi3321_watch/tjd/ble/ble_port_hid_service.h
2025-05-26 20:15:20 +08:00

10 lines
237 B
C

#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_