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

9 lines
164 B
C

#ifndef _BLE_PORT_HFP_SERVICE_H_
#define _BLE_PORT_HFP_SERVICE_H_
#include "ble_port.h"
#include "ble_api.h"
void register_hfp_hf_servers_callbacks(void);
#endif