Developer World
Spresense SDK Library v3.2.0-ebc0364
ble_gatt_peripheral_ops_s Struct Reference

Bluetooth LE characteristic callbacks(for Peripheral) More...

#include <ble_gatt.h>

Public Attributes

void(* write )(struct ble_gatt_char_s *ble_gatt_char)
 
void(* read )(struct ble_gatt_char_s *ble_gatt_char)
 
void(* notify )(struct ble_gatt_char_s *ble_gatt_char, bool enable)
 

Detailed Description

Bluetooth LE characteristic callbacks(for Peripheral)

If characteristic get event from target, this callback will call for request(Peripheral).

Member Data Documentation

◆ write

void(* write) (struct ble_gatt_char_s *ble_gatt_char)

Write request

◆ read

void(* read) (struct ble_gatt_char_s *ble_gatt_char)

Read request

◆ notify

void(* notify) (struct ble_gatt_char_s *ble_gatt_char, bool enable)

Notify request


The documentation for this struct was generated from the following file: