Searched refs:btmon_find (Results 1 – 3 of 3) sorted by relevance
2987 min_adv_interval_ms_found = self.bluetooth_le_facade.btmon_find(min_str)2988 max_adv_interval_ms_found = self.bluetooth_le_facade.btmon_find(max_str)3026 if not self.bluetooth_le_facade.btmon_find(search_str):3044 if not self.bluetooth_le_facade.btmon_find(flag_str):3158 self.bluetooth_le_facade.btmon_find('Advertising Added') and3159 self.bluetooth_le_facade.btmon_find('Instance: %d' %3170 manufacturer_data_found = self.bluetooth_le_facade.btmon_find(3181 if not self.bluetooth_le_facade.btmon_find('0x%s' % uuid):3192 if not self.bluetooth_le_facade.btmon_find(3212 advertising_enabled = self.bluetooth_le_facade.btmon_find([all …]
755 def btmon_find(self, pattern_str): member in BluetoothDevice763 return self._proxy.btmon_find(pattern_str)
3085 def btmon_find(self, pattern_str): member in BluezFacadeLocal