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

Function modBLEConnectionGetNext

modules/network/ble/gap.c:107–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107modBLEConnection modBLEConnectionGetNext(modBLEConnection connection)
108{
109 modBLEConnection walker = NULL;
110 modCriticalSectionDeclare;
111 modCriticalSectionBegin();
112 if (!connection)
113 goto bail;
114 walker = connection->next;
115bail:
116 modCriticalSectionEnd();
117 return walker;
118}

Callers 3

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