Searched refs:uwbAdapter (Results 1 – 2 of 2) sorted by relevance
202 UwbAdapter uwbAdapter = null; in startUwbRanging() local205 uwbAdapter = new UwbAdapter(mContext, mExecutor, UwbAdapter.DeviceType.CONTROLEE); in startUwbRanging()208 uwbAdapter = new UwbAdapter(mContext, mExecutor, UwbAdapter.DeviceType.CONTROLLER); in startUwbRanging()222 new CustomUwbAdapterProvider(uwbAdapter), mContext, precisionRangingConfig, in startUwbRanging()224 Optional.of(ImmutableMap.of(RangingTechnology.UWB, uwbAdapter))); in startUwbRanging()227 uwbAdapter.setLocalADdress(UwbAddress.fromBytes( in startUwbRanging()231 uwbAdapter.setComplexChannelForTesting(); in startUwbRanging()254 CustomUwbAdapterProvider(UwbAdapter uwbAdapter) { in CustomUwbAdapterProvider() argument255 this.mUwbAdapter = uwbAdapter; in CustomUwbAdapterProvider()
538 UwbAdapter uwbAdapter = (UwbAdapter) rangingAdapters.get(RangingTechnology.UWB); in getUwbCapabilities() local540 return uwbAdapter.getCapabilities(); in getUwbCapabilities()553 UwbAdapter uwbAdapter = (UwbAdapter) rangingAdapters.get(RangingTechnology.UWB); in getUwbAddress() local554 return uwbAdapter.getLocalAddress(); in getUwbAddress()563 UwbAdapter uwbAdapter = (UwbAdapter) rangingAdapters.get(RangingTechnology.UWB); in getUwbComplexChannel() local564 return uwbAdapter.getComplexChannel(); in getUwbComplexChannel()570 UwbAdapter uwbAdapter = (UwbAdapter) rangingAdapters.get(RangingTechnology.UWB); in setUwbConfig() local571 if (uwbAdapter == null) { in setUwbConfig()576 uwbAdapter.setRangingParameters(rangingParameters); in setUwbConfig()