mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 10:20:58 +00:00
att_server: read btstack config for conditional define
This commit is contained in:
parent
5bf0bb88c9
commit
eb40c7db93
@ -40,6 +40,7 @@
|
||||
#include <stdint.h>
|
||||
#include "ble/att_db.h"
|
||||
#include "btstack_defines.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -216,8 +216,6 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user