UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

14 lines (13 loc) 379 B
/** * Role of the Bluetooth module. */ export const 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