UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

20 lines (18 loc) 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BluetoothRoleEnum = void 0; /** * Role of the Bluetooth module. */ const BluetoothRoleEnum = exports.BluetoothRoleEnum = { /** Central: ON, Peripheral: OFF */ CENTRAL: 'CENTRAL', /** Central: OFF, Peripheral: ON */ PERIPHERAL: 'PERIPHERAL', /** Central: ON, Peripheral: ON */ CENTRAL_PERIPHERAL: 'CENTRAL_PERIPHERAL' }; /** Type definition of BluetoothRoleEnum */ //# sourceMappingURL=option-bluetooth-role.js.map