| 11 | } |
| 12 | |
| 13 | void BleConnectionStatus::onDisconnect(BLEServer* pServer) |
| 14 | { |
| 15 | this->connected = false; |
| 16 | BLE2902* desc = (BLE2902*)this->inputMouse->getDescriptorByUUID(BLEUUID((uint16_t)0x2902)); |
| 17 | desc->setNotifications(false); |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected