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.py218 pts_library = None variable in BluetoothPtsDevice
262 self.pts_library = ctypes.cdll.LoadLibrary(self.ets_manager_library)
269 self.pts_library.SetPostLoggingEx(True)
287 self.pts_library.ExitStackEx(self.profile_under_test)
293 self.pts_library.UnregisterProfileEx.argtypes = [ctypes.c_char_p]
294 self.pts_library.UnregisterProfileEx(
296 self.pts_library.UnRegisterGetDevInfoEx()
302 self.pts_library.SnifferTerminateEx()
336 self.pts_library.RegisterProfileWithCallbacks.argtypes = [
340 res = self.pts_library.RegisterProfileWithCallbacks(
[all …]