| 19 | namespace ble { |
| 20 | |
| 21 | TransportState* createTransport(const char*) FL_NOEXCEPT { |
| 22 | FL_ERROR("BLE not implemented on this platform"); |
| 23 | return nullptr; |
| 24 | } |
| 25 | |
| 26 | void destroyTransport(TransportState*) FL_NOEXCEPT { |
| 27 | FL_ERROR("BLE not implemented on this platform"); |