BLE_BlueNRG for Nucleo board

Dependents:   Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_UART

Warning: Deprecated!

Supported drivers and applications can be found at this link.

hci/inc/role_type.h

Committer:
sjallouli
Date:
2014-12-24
Revision:
2:905715088a9b
Parent:
0:a948f5f3904c

File content as of revision 2:905715088a9b:

#ifndef _ROLE_TYPE_H_
#define _ROLE_TYPE_H_

typedef enum {
  CLIENT,
  SERVER
} BLE_RoleTypeDef;

#endif /* _ROLE_TYPE_H_ */