Searched refs:_control (Results 1 – 9 of 9) sorted by relevance
63 self._control = bluetooth_socket.BluetoothControlSocket()85 if self.index not in self._control.read_index_list():92 name, short_name ) = self._control.read_info(self.index)123 if not self._control.set_powered(self.index, False):134 if self._control.set_bredr(self.index, True) is None:138 if self._control.set_le(self.index, True) is None:144 if self._control.set_bredr(self.index, False) is None:148 if self._control.set_le(self.index, False) is None:152 if self._control.set_secure_connections(self.index, False) is None:159 if (self._control.set_link_security([all …]
128 self._control = bluetooth_socket.BluetoothControlSocket()129 self._has_adapter = len(self._control.read_index_list()) > 0573 return json.dumps(self._control.read_version())583 return json.dumps(self._control.read_supported_commands())592 return json.dumps(self._control.read_index_list())604 return json.dumps(self._control.read_info(0))618 return json.dumps(self._control.add_device(632 return json.dumps(self._control.remove_device(
60 self._control = control63 self._control.control()73 self._control.control()75 self._control.control()85 self._control.control()88 self._control.control()90 self._control.control()99 self._control.control()106 self._control.control()108 self._control.control()[all …]
62 self._control = control65 self._control.control()80 self._control.control()82 self._control.control()92 self._control.control()95 self._control.control()97 self._control.control()106 self._control.control()113 self._control.control()115 self._control.control()[all …]
63 self._control = control66 self._control.control()76 self._control.control()78 self._control.control()88 self._control.control()91 self._control.control()93 self._control.control()102 self._control.control()109 self._control.control()111 self._control.control()[all …]
68 def _control(self): # pylint: disable=invalid-name member in _ServicerMethods79 self._control()87 self._control()96 self._control()105 self._control()115 self._control()
136 def _control(self): # pylint: disable=invalid-name member in _ServicerMethods147 self._control()155 self._control()164 self._control()173 self._control()183 self._control()
32 .. _control flow integrity: http://clang.llvm.org/docs/ControlFlowIntegrity.html163 .. _control flow integrity design document: http://clang.llvm.org/docs/ControlFlowIntegrityDesign.h…