nl::Ble::Platform::BlueZ

Zusammenfassung

Variablen

gBluezBleApplicationDelegate
BluezBleApplicationDelegate *
gBluezBlePlatformDelegate
BluezBlePlatformDelegate *
gBluezServerEndpoint

Funktionen

CloseBleconnection(void)
void
BLE-Verbindung trennen.
ExitBluezIOThread(void)
void
BluezIO-Thread beenden
RunBluezIOThread(BluezPeripheralArgs *arg)
bool
Führen Sie WoBle über den Bluez-Thread aus.
RunOnBluezIOThread(int(*)(void *) aCallback, void *aClosure)
bool
Rufen Sie eine Funktion auf, die im Kontext des BluezIO-Threads ausgeführt werden soll.
WoBLEz_ConnectionClosed(void *user_data)
void
WoBLEz_IndicationConfirmation(void *user_data)
void
WoBLEz_NewConnection(void *user_data)
void
WoBLEz_ScheduleSendIndication(void *user_data, nl::Weave::System::PacketBuffer *msgBuf)
bool
WoBLEz_SubscriptionChange(void *user_data)
void
WoBLEz_TimerCb(void *user_data)
bool
WoBLEz_WriteReceived(void *user_data, const uint8_t *value, size_t len)
void

Strukturen

nl::Ble::Platform::BlueZ::Adapter
nl::Ble::Platform::BlueZ::BluezPeripheralArgs
nl::Ble::Platform::BlueZ::BluezServerEndpoint
nl::Ble::Platform::BlueZ::Characteristic
nl::Ble::Platform::BlueZ::Service
nl::Ble::Platform::BlueZ::WeaveIdInfo
nl::Ble::Platform::BlueZ::WeaveServiceData

Variablen

gBluezBleApplicationDelegate

BluezBleApplicationDelegate * gBluezBleApplicationDelegate

gBluezBlePlatformDelegate

BluezBlePlatformDelegate * gBluezBlePlatformDelegate

gBluezServerEndpoint

BluezServerEndpoint * gBluezServerEndpoint

Funktionen

CloseBleconnection

void CloseBleconnection(
  void
)

BLE-Verbindung trennen.

ExitBluezIOThread

void ExitBluezIOThread(
  void
)

BluezIO-Thread beenden

RunBluezIOThread

bool RunBluezIOThread(
  BluezPeripheralArgs *arg
)

Führen Sie WoBle über den Bluez-Thread aus.

Details
Rückgabe
Gibt „true“ zurück Wenn die WoBluez-Bibliothek den Weave Gatt-Server zusammen mit dem Werbetreibenden erfolgreich registrieren kann, sonst „false“

RunOnBluezIOThread

bool RunOnBluezIOThread(
  int(*)(void *) aCallback,
  void *aClosure
)

Rufen Sie eine Funktion auf, die im Kontext des BluezIO-Threads ausgeführt werden soll.

Details
Rückgabe
Gibt „true“ zurück Wenn die Ausführung einer Funktion im Kontext des BluezIO-Threads geplant ist, sonst „false“.

WoBLEz_ConnectionClosed

void WoBLEz_ConnectionClosed(
  void *user_data
)

WoBLEz_IndicationConfirmation

void WoBLEz_IndicationConfirmation(
  void *user_data
)

WoBLEz_NewConnection

void WoBLEz_NewConnection(
  void *user_data
)

WoBLEz_ScheduleSendIndication

bool WoBLEz_ScheduleSendIndication(
  void *user_data,
  nl::Weave::System::PacketBuffer *msgBuf
)

WoBLEz_SubscriptionChange

void WoBLEz_SubscriptionChange(
  void *user_data
)

WoBLEz_TimerCb

bool WoBLEz_TimerCb(
  void *user_data
)

WoBLEz_WriteReceived

void WoBLEz_WriteReceived(
  void *user_data,
  const uint8_t *value,
  size_t len
)