Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 25 of 37) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc32 void PhyDevice::Register(PhyLayer* phy) { phy_layers_.insert(phy); } in Register()
34 void PhyDevice::Unregister(PhyLayer* phy) { phy_layers_.erase(phy); } in Unregister()
59 for (auto const& phy : phy_layers_) { in Send() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h79 void SetTxPhy(bluetooth::hci::PhyType phy) { tx_phy_ = phy; } in SetTxPhy()
80 void SetRxPhy(bluetooth::hci::PhyType phy) { rx_phy_ = phy; } in SetRxPhy()
Dffi.cc48 void (*send_ll)(uint8_t const* data, size_t data_len, int phy, int tx_power)) { in ffi_controller_new()
65 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new()
105 size_t data_len, int phy, in ffi_controller_receive_ll()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java260 int phy = 3; in clientConnect() local
285 int phy = 3; in clientConnectOverLeFailed() local
321 int phy = 3; in clientConnectDisconnectOverLe() local
359 int phy = 3; in clientConnectOverLeDisconnectedByRemote() local
DGattServiceBinderTest.java104 int phy = 3; in clientConnect() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java248 int phy) { in ScanSettings()
462 public Builder setPhy(int phy) { in setPhy()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java403 private static ScanSettings createScanSettingsWithPhy(int scanMode, int phy) { in createScanSettingsWithPhy()
411 int id, boolean isFiltered, boolean isEmptyFilter, int scanMode, int phy) { in createScanClientWithPhy()
1929 public void startScan_basicPhyTest(@TestParameter({"1", "3", "255"}) int phy) { in startScan_basicPhyTest()
1935 public void startScan_basicPhyTest_ignorePhy(@TestParameter({"1", "3", "255"}) int phy) { in startScan_basicPhyTest_ignorePhy()
1939 private void doPhyTest(int phy, boolean respectPhy) { in doPhyTest()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeScanningTest.java411 @TestParameter({"1", "3", "255"}) int phy, @TestParameter boolean advertiseCoded) { in startBleScan_codedPhy()
447 ScanFilter scanFilter, int callbackType, boolean isLegacy, int phy) { in startScanning()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h124 uint8_t phy; member
177 uint8_t phy; member
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.h95 uint8_t phy; member
Dbroadcaster_types.h377 uint8_t phy; member
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h142 uint8_t phy; member
154 uint8_t phy; member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DPeriodicScanNativeInterface.java97 int phy, in onSyncStarted()
DPeriodicScanManager.java135 int phy, in onSyncStarted()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc77 uint8_t rtn, uint8_t phy, uint8_t packing, uint8_t framing, uint8_t enc, in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc260 unsigned phy = (in_pos_ >> 17) & 0x1ff; in Upsample() local
297 unsigned phy = (in_pos_ >> 17) & 0x1ff; in Downsample() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc427 for (auto phy : setting.phy) { in GetStackBroadcastConfigurationFromAidlFormat() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java3168 int phy) { in connectGatt()
3199 int phy, in connectGatt()
3238 int phy, in connectGatt()
DBluetoothGatt.java1018 int phy, in BluetoothGatt()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java516 private static String dumpPhyString(int phy) { in dumpPhyString()
DGattServiceBinder.java108 int phy, in clientConnect()
/packages/modules/Bluetooth/offload/hci/
Devent.rs287 pub phy: u8, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1137 let phy = self.lock_context().gatt_client_context.connect_phy; in cmd_gatt() localVariable
1231 let phy = match &get_arg(args, 1)?[..] { in cmd_gatt() localVariable
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl39 …Type, in boolean isDirect, in int transport, in boolean opportunistic, in int phy, in AttributionS… in clientConnect()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc342 RawAddress addr, uint8_t phy, uint16_t interval) { in OnPeriodicSyncStarted()

12