From 746c7f9e771fd0d5998adbeaa2971b8b06d92448 Mon Sep 17 00:00:00 2001 From: "mila@ringwald.ch" Date: Sat, 3 May 2014 22:12:32 +0000 Subject: [PATCH] ble client: removed le_event definition --- ble/gatt_client.h | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/ble/gatt_client.h b/ble/gatt_client.h index 2cbc96e97..8bd827b47 100644 --- a/ble/gatt_client.h +++ b/ble/gatt_client.h @@ -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,