Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:chameleon

28     'MOUSE': lambda host: host.chameleon.get_bluetooth_hid_mouse,
29 'LE_MOUSE': lambda host: host.chameleon.get_bluetooth_hog_mouse,
30 'BLE_MOUSE': lambda host: host.chameleon.get_ble_mouse,
99 problem is fixed. If not, we will reboot the chameleon board and see
135 # NOTE: Strings updated here must be kept in sync with Chameleon.
217 logging.info('Skip rebooting chameleon.')
220 # Close the bluetooth peripheral device and reboot the chameleon board.
222 logging.info('rebooting chameleon...')
223 host.chameleon.reboot()
225 # Every chameleon reboot would take a bit more than REBOOT_SLEEP_SECS.
226 # Sleep REBOOT_SLEEP_SECS and then begin probing the chameleon board.
269 (2) rebooting the chameleon board.
288 # If not, reboot the chameleon board including creation of a new
2091 if self.host.chameleon is None: