Home | History | Annotate | Download | only in chameleon

Lines Matching full:bluetooth

92                     'Bluetooth module output',
94 'Bluetooth module input'}
257 """An abstraction of bluetooth module on audio board.
259 There is a bluetooth module on the audio board. It can be controlled through
273 """Resets the bluetooth module."""
275 logging.info('Resets bluetooth module on audio board.')
279 """Disables the bluetooth module."""
281 logging.info('Disables bluetooth module on audio board.')
285 """Checks if the bluetooth module is enabled.
287 @returns: True if bluetooth module is enabled. False otherwise.