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) |
Bluetooth LE characteristic callbacks(for Peripheral)
If characteristic get event from target, this callback will call for request(Peripheral).
void(* write) (struct ble_gatt_char_s *ble_gatt_char) |
Write request
void(* read) (struct ble_gatt_char_s *ble_gatt_char) |
Read request
void(* notify) (struct ble_gatt_char_s *ble_gatt_char, bool enable) |
Notify request