cycling power service: define extern att_server_response_ready

This commit is contained in:
Milanka Ringwald 2018-11-01 10:39:55 +01:00
parent a7f3cc2ae6
commit 22b7170527
3 changed files with 6 additions and 0 deletions

View File

@ -216,6 +216,8 @@ uint16_t cycling_power_service_measurement_flags(void);
uint8_t cycling_power_service_vector_flags(void);
/* API_END */
extern int att_server_response_ready(hci_con_handle_t con_handle);
#if defined __cplusplus
}
#endif

View File

@ -45,6 +45,8 @@
#include "btstack.h"
#include "btstack_config.h"
// prototypes
static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);

View File

@ -45,6 +45,8 @@
#include "csc_server_test.h"
#include "btstack.h"
#include "btstack_config.h"
#define WHEEL_REVOLUTION_DATA_SUPPORTED 1
#define CRANK_REVOLUTION_DATA_SUPPORTED 1
#define MULTIPLE_SENSOR_LOCATIONS_SUPPORTED 1