nl:: Ble:: Platform:: BlueZ
Riepilogo
Variabili |
|
---|---|
gBluezBleApplicationDelegate
|
BluezBleApplicationDelegate *
|
gBluezBlePlatformDelegate
|
BluezBlePlatformDelegate *
|
gBluezServerEndpoint
|
Funzioni |
|
---|---|
CloseBleconnection(void)
|
void
Chiudi la connessione BLE.
|
ExitBluezIOThread(void)
|
void
Esci dal thread BluezIO.
|
RunBluezIOThread(BluezPeripheralArgs *arg)
|
bool
Esegui WoBle sul thread Bluez.
|
RunOnBluezIOThread(int(*)(void *) aCallback, void *aClosure)
|
bool
Richiama una funzione da eseguire nel contesto del thread BluezIO.
|
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
|
Variabili
gBluezBleApplicationDelegate
BluezBleApplicationDelegate * gBluezBleApplicationDelegate
gBluezBlePlatformDelegate
BluezBlePlatformDelegate * gBluezBlePlatformDelegate
gBluezServerEndpoint
BluezServerEndpoint * gBluezServerEndpoint
Funzioni
CloseBleconnection
void CloseBleconnection( void )
Chiudi la connessione BLE.
ExitBluezIOThread
void ExitBluezIOThread( void )
Esci dal thread BluezIO.
RunBluezIOThread
bool RunBluezIOThread( BluezPeripheralArgs *arg )
Esegui WoBle sul thread Bluez.
Dettagli | |
---|---|
Restituisce |
Restituisce "true" se la libreria WoBluez è in grado di registrare correttamente il server gatt Weave insieme all'inserzionista, altrimenti "false"
|
RunOnBluezIOThread
bool RunOnBluezIOThread( int(*)(void *) aCallback, void *aClosure )
Richiama una funzione da eseguire nel contesto del thread BluezIO.
Dettagli | |
---|---|
Restituisce |
Restituisce "true" se una funzione è pianificata per l'esecuzione nel contesto del thread BluezIO, altrimenti "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 )