/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 32 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/ |
D | acl_connection.h | 79 void SetTxPhy(bluetooth::hci::PhyType phy) { tx_phy_ = phy; } in SetTxPhy() 80 void SetRxPhy(bluetooth::hci::PhyType phy) { rx_phy_ = phy; } in SetRxPhy()
|
D | ffi.cc | 48 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/ |
D | GattServiceTest.java | 260 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
|
D | GattServiceBinderTest.java | 104 int phy = 3; in clientConnect() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | ScanSettings.java | 248 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/ |
D | ScanManagerTest.java | 403 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/ |
D | LeScanningTest.java | 411 @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/ |
D | client_parser.h | 124 uint8_t phy; member 177 uint8_t phy; member
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.h | 95 uint8_t phy; member
|
D | broadcaster_types.h | 377 uint8_t phy; member
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api_types.h | 142 uint8_t phy; member 154 uint8_t phy; member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | PeriodicScanNativeInterface.java | 97 int phy, in onSyncStarted()
|
D | PeriodicScanManager.java | 135 int phy, in onSyncStarted()
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 77 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/ |
D | asrc_resampler.cc | 260 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/ |
D | le_audio_utils.cc | 427 for (auto phy : setting.phy) { in GetStackBroadcastConfigurationFromAidlFormat() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 3168 int phy) { in connectGatt() 3199 int phy, in connectGatt() 3238 int phy, in connectGatt()
|
D | BluetoothGatt.java | 1018 int phy, in BluetoothGatt()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AppAdvertiseStats.java | 516 private static String dumpPhyString(int phy) { in dumpPhyString()
|
D | GattServiceBinder.java | 108 int phy, in clientConnect()
|
/packages/modules/Bluetooth/offload/hci/ |
D | event.rs | 287 pub phy: u8, field
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1137 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/ |
D | IBluetoothGatt.aidl | 39 …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/ |
D | gatt_ble_scanner_shim.cc | 342 RawAddress addr, uint8_t phy, uint16_t interval) { in OnPeriodicSyncStarted()
|