blatann.services.nordic_uart.service module

class blatann.services.nordic_uart.service.NordicUartServer(service, max_characteristic_size=None)

Bases: object

property on_data_received
Return type

Event

property on_write_complete
Return type

Event

property max_write_length
write(data)
classmethod add_to_database(gatts_database, max_characteristic_size=None)
class blatann.services.nordic_uart.service.NordicUartClient(service)

Bases: object

property on_data_received
Return type

Event

property on_write_complete
Return type

Event

property max_write_length
property is_initialized
initialize()
write(data)
classmethod find_in_database(gattc_database)
Return type

NordicUartClient