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