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

Function ble_radio_evt

modules/network/ble/nrf52/modBLEServer.c:1180–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180void ble_radio_evt(bool active)
1181{
1182 if (!active && gBLE && gBLE->adv_notify)
1183 modMessagePostToMachineFromISR(gBLE->the, bleRadioOffEvent, NULL);
1184}
1185
1186static void logPMEvent(uint16_t evt_id) {
1187 switch(evt_id) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected