MCPcopy Create free account
hub / github.com/antirez/freakwan / write

Method write

bt.py:142–144  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

140 return result
141
142 def write(self, data):
143 for conn_handle in self._connections:
144 self._ble.gatts_notify(conn_handle, self._tx_handle, data)
145
146 # Like write() but adds a newline at the end.
147 def print(self, value):

Callers 11

printMethod · 0.95
spi_writeMethod · 0.45
write_cmdMethod · 0.45
write_dataMethod · 0.45
save_settingsMethod · 0.45
receive_from_serialMethod · 0.45
serial_logMethod · 0.45
crash_handlerMethod · 0.45
appendMethod · 0.45
add_keyMethod · 0.45
send_api_requestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected