ble client: removed le_event definition

This commit is contained in:
mila@ringwald.ch 2014-05-03 22:12:32 +00:00
parent 5917a5c529
commit 746c7f9e77

View File

@ -35,28 +35,12 @@
#ifndef btstack_gatt_client_h
#define btstack_gatt_client_h
#include "hci.h"
#if defined __cplusplus
extern "C" {
#endif
//*************** le client
typedef struct le_event {
uint8_t type;
} le_event_t;
typedef enum {
BLE_PERIPHERAL_OK = 0,
BLE_PERIPHERAL_IN_WRONG_STATE,
BLE_PERIPHERAL_DIFFERENT_CONTEXT_FOR_ADDRESS_ALREADY_EXISTS,
BLE_PERIPHERAL_NOT_CONNECTED,
BLE_VALUE_TOO_LONG,
BLE_PERIPHERAL_BUSY,
BLE_CHARACTERISTIC_NOTIFICATION_NOT_SUPPORTED,
BLE_CHARACTERISTIC_INDICATION_NOT_SUPPORTED
} le_command_status_t;
//*************** gatt client
typedef enum {
P_READY,