Searched refs:ixit (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 216 ixit = None variable in BluetoothPtsDevice 316 for key, (_, value) in self.ixit.items(): 320 def set_ics_and_ixit(self, ics, ixit): argument 322 self.ixit = ixit 404 for ixit_name in self.ixit: 406 ixit_name, (self.ixit[ixit_name])[0], 407 (self.ixit[ixit_name])[1], self.profile_under_test.encode())
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/ |
D | A2dpPtsTest.py | 38 ixit = None 45 ixit = fuchsia_ixit 56 ixit = fuchsia_ixit 60 self.pts.set_ics_and_ixit(ics, ixit)
|
D | SdpPtsTest.py | 108 ixit = None 115 ixit = fuchsia_ixit 126 ixit = fuchsia_ixit 130 self.pts.set_ics_and_ixit(ics, ixit)
|
D | GattPtsTest.py | 43 ixit = None 53 ixit = fuchsia_ixit 68 ixit = fuchsia_ixit 76 self.pts.set_ics_and_ixit(ics, ixit)
|