9 lines
164 B
C
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 |