Monado OpenXR Runtime
|
Stub BLE functions. More...
#include "os_ble.h"
Functions | |
int | os_ble_notify_open (const char *dev_uuid, const char *char_uuid, struct os_ble_device **out_ble) |
Returns a notification endpoint from the given device uuid and char uuid. More... | |
int | os_ble_broadcast_write_value (const char *service_uuid, const char *char_uuid, uint8_t value) |
Returns write startpoints from the given device uuid and char uuid. More... | |
Stub BLE functions.