Monado OpenXR Runtime
Data Fields
os_ble_device Struct Reference

Representing a single ble notify attribute on a device. More...

#include <os/os_ble.h>

Data Fields

int(* read )(struct os_ble_device *ble_dev, uint8_t *data, size_t size, int milliseconds)
 
void(* destroy )(struct os_ble_device *ble_dev)
 

Detailed Description

Representing a single ble notify attribute on a device.

Field Documentation

◆ destroy

void(* os_ble_device::destroy) (struct os_ble_device *ble_dev)

◆ read

int(* os_ble_device::read) (struct os_ble_device *ble_dev, uint8_t *data, size_t size, int milliseconds)

Referenced by os_ble_notify_open().


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