BLE_API
v2.1.3
|
BleGATTRole | |
typedef uint8_t | BleGattRole |
#define | BLE_GATT_ROLE_CLIENT (0x00u) |
#define | BLE_GATT_ROLE_SERVER (0x01u) |
BLE GATT role.
#define BLE_GATT_ROLE_CLIENT (0x00u) |
GATT client is reading or writing data from or to the GATT server.
#define BLE_GATT_ROLE_SERVER (0x01u) |
GATT server contains the characteristic database that is being read or written by a GATT client.