Home
last modified time | relevance | path

Searched refs:pts_library (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py217 pts_library = None variable in BluetoothPtsDevice
261 self.pts_library = ctypes.cdll.LoadLibrary(self.ets_manager_library)
268 self.pts_library.SetPostLoggingEx(True)
286 self.pts_library.ExitStackEx(self.profile_under_test)
292 self.pts_library.UnregisterProfileEx.argtypes = [ctypes.c_char_p]
293 self.pts_library.UnregisterProfileEx(
295 self.pts_library.UnRegisterGetDevInfoEx()
301 self.pts_library.SnifferTerminateEx()
335 self.pts_library.RegisterProfileWithCallbacks.argtypes = [
339 res = self.pts_library.RegisterProfileWithCallbacks(
[all …]