MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / modBLEConnectionGetFirst

Function modBLEConnectionGetFirst

modules/network/ble/gap.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102modBLEConnection modBLEConnectionGetFirst(void)
103{
104 return gConnections;
105}
106
107modBLEConnection modBLEConnectionGetNext(modBLEConnection connection)
108{

Callers 8

xs_ble_client_destructorFunction · 0.85
xs_ble_client_destructorFunction · 0.85
xs_ble_client_destructorFunction · 0.85
xs_ble_client_destructorFunction · 0.85
xs_ble_client_destructorFunction · 0.85
connectEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected