Bluetooth LE GATT context. More...
#include <ble_gatt.h>
Public Attributes | |
struct ble_state_s * | ble_state |
struct ble_hal_gatt_ops_s * | ble_hal_gatt_ops |
uint8_t | num |
struct ble_gatt_service_s | services [BLE_MAX_SERVICES] |
struct ble_gatt_central_ops_s * | ble_gatt_central_ops |
Bluetooth LE GATT context.
struct ble_state_s* ble_state |
Bluetooth LE context ble_state_s
struct ble_hal_gatt_ops_s* ble_hal_gatt_ops |
BLE GATT HAL interfaces
uint8_t num |
Number of services
struct ble_gatt_service_s services[BLE_MAX_SERVICES] |
Service list ble_gatt_service_s
struct ble_gatt_central_ops_s* ble_gatt_central_ops |
Central role application callbacks ble_gatt_central_ops_s