Searched refs:btmon_find (Results 1 – 3 of 3) sorted by relevance
2817 min_adv_interval_ms_found = self.bluetooth_le_facade.btmon_find(min_str)2818 max_adv_interval_ms_found = self.bluetooth_le_facade.btmon_find(max_str)2856 if not self.bluetooth_le_facade.btmon_find(search_str):2874 if not self.bluetooth_le_facade.btmon_find(flag_str):2924 self.bluetooth_le_facade.btmon_find('Advertising Added') and2925 self.bluetooth_le_facade.btmon_find('Instance: %d' %2936 manufacturer_data_found = self.bluetooth_le_facade.btmon_find(2947 if not self.bluetooth_le_facade.btmon_find('0x%s' % uuid):2958 if not self.bluetooth_le_facade.btmon_find(2978 advertising_enabled = self.bluetooth_le_facade.btmon_find([all …]
851 def btmon_find(self, pattern_str): member in BluetoothDevice859 return self._proxy.btmon_find(pattern_str)
2074 def btmon_find(self, pattern_str): member in BluetoothFacadeNative