/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.h | 196 .phy = 0x02, // PHY_LE_2M 208 .phy = 0x02, // PHY_LE_2M 220 .phy = 0x02, // PHY_LE_2M 232 .phy = 0x02, // PHY_LE_2M 244 .phy = 0x02, // PHY_LE_2M 256 .phy = 0x02, // PHY_LE_2M 268 .phy = 0x02, // PHY_LE_2M 280 .phy = 0x02, // PHY_LE_2M 292 .phy = 0x02, // PHY_LE_2M
|
D | broadcaster_types.h | 331 (maxSduOctets != other.maxSduOctets) || (phy != other.phy) || 393 uint8_t phy; member
|
D | state_machine.cc | 401 .phy = sm_config_.streaming_phy, in CreateBig() 550 .phy = evt->phy, in HandleHciEvent() 653 os << " Phy: " << +config.phy << "\n"; in operator <<()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 33 void PhyDevice::Register(PhyLayer* phy) { phy_layers_.insert(phy); } in Register() argument 35 void PhyDevice::Unregister(PhyLayer* phy) { phy_layers_.erase(phy); } in Unregister() argument 67 for (auto const& phy : phy_layers_) { in Send() local 68 if (phy->type == type) { in Send() 69 phy->Send(packet, tx_power, id); in Send()
|
D | phy_device.h | 38 void Register(PhyLayer* phy); 39 void Unregister(PhyLayer* phy);
|
D | test_model.cc | 268 for (auto const& [phy_id, phy] : phy_layers_) { in List() 270 list_string_ += phy->ToString() + " \r\n"; in List()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | ffi.cc | 49 void (*send_ll)(uint8_t const* data, size_t data_len, int phy, in ffi_controller_new() argument 71 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new() argument 72 send_ll(data.data(), data.size(), static_cast<int>(phy), tx_power); in ffi_controller_new() 113 void* controller_, uint8_t const* data, size_t data_len, int phy, in ffi_controller_receive_ll() argument 125 controller->ReceiveLinkLayerPacket(packet, Phy::Type(phy), rssi); in ffi_controller_receive_ll()
|
D | acl_connection.h | 82 void SetTxPhy(bluetooth::hci::PhyType phy) { tx_phy_ = phy; } in SetTxPhy() argument 83 void SetRxPhy(bluetooth::hci::PhyType phy) { rx_phy_ = phy; } in SetRxPhy() argument
|
D | ffi.h | 26 int phy, int tx_power)); 31 size_t data_len, int phy, int rssi);
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/ |
D | BV_42_C.py | 212 for phy in phy_ltpref_c_to_p: 213 if (next_phy_c_to_p & phy) != 0: 214 next_phy_c_to_p = phy 218 for phy in phy_ltpref_p_to_c: 219 if (next_phy_p_to_c & phy) != 0: 220 next_phy_p_to_c = phy
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | ScanSettings.java | 234 int phy) { in ScanSettings() argument 242 mPhy = phy; in ScanSettings() 440 public Builder setPhy(int phy) { in setPhy() argument 441 mPhy = phy; in setPhy()
|
/packages/modules/Bluetooth/tools/rootcanal/py/ |
D | controller.py | 83 def send_ll(data: POINTER(c_ubyte), data_len: c_size_t, phy: c_int, tx_power: c_int): 87 self.receive_ll_(bytes(packet), int(phy), int(tx_power)) 125 def receive_ll_(self, packet: bytes, phy: int, tx_power: int): 140 def send_ll(self, pdu: ll.LinkLayerPacket, phy: Phy = Phy.LowEnergy, rssi: int = -90): 143 …al.ffi_controller_receive_ll(c_void_p(self.instance), c_char_p(data), c_int(len(data)), c_int(phy), 150 phy: Phy = Phy.LowEnergy, 157 …al.ffi_controller_receive_ll(c_void_p(self.instance), c_char_p(data), c_int(len(data)), c_int(phy),
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 84 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big() argument 94 .phy = phy, in btsnd_hcic_create_big()
|
/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler.cc | 264 unsigned phy = (in_pos_ >> 17) & 0x1ff; in Upsample() local 270 *out = Filter(w, h_[phy], mu, d_[phy]); in Upsample() 301 unsigned phy = (in_pos_ >> 17) & 0x1ff; in Downsample() local 307 *out = Filter(w, h_[phy], mu, d_[phy]); in Downsample()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 214 phy: 8, 280 phy: 8, 295 phy: 8,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | PeriodicScanNativeInterface.java | 97 int phy, in onSyncStarted() argument 107 mManager.onSyncStarted(regId, syncHandle, sid, addressType, address, phy, interval, status); in onSyncStarted()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api_types.h | 141 uint8_t phy; member 153 uint8_t phy; member
|
D | btm_ble_api.h | 385 const RawAddress& addr, uint8_t phy,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AppAdvertiseStats.java | 431 private static String dumpPhyString(int phy) { in dumpPhyString() argument 432 if (phy > PHY_LE_STRINGS.length) { in dumpPhyString() 433 return Integer.toString(phy); in dumpPhyString() 435 return PHY_LE_STRINGS[phy - 1]; in dumpPhyString()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 444 .phy = 0, // recomputed later on in GetStackBroadcastConfigurationFromAidlFormat() 449 for (auto phy : setting.phy) { in GetStackBroadcastConfigurationFromAidlFormat() local 450 cfg.phy |= static_cast<int8_t>(phy); in GetStackBroadcastConfigurationFromAidlFormat()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_parser.cc | 207 STREAM_TO_UINT8(rsp.phy, value); in ParseAseStatusQosConfiguredStateParams() 218 rsp.cig_id, rsp.cis_id, rsp.sdu_interval, rsp.framing, rsp.phy, in ParseAseStatusQosConfiguredStateParams() 375 UINT8_TO_STREAM(msg, conf.phy); in PrepareAseCtpConfigQos() 387 conf.phy, conf.max_sdu, conf.retrans_nb, conf.max_transport_latency, in PrepareAseCtpConfigQos()
|
D | client_parser.h | 123 uint8_t phy; member 176 uint8_t phy; member
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | ScanManagerTest.java | 318 private ScanSettings createScanSettingsWithPhy(int scanMode, int phy) { in createScanSettingsWithPhy() argument 320 scanSettings = new ScanSettings.Builder().setScanMode(scanMode).setPhy(phy).build(); in createScanSettingsWithPhy() 326 int id, boolean isFiltered, boolean isEmptyFilter, int scanMode, int phy) { in createScanClientWithPhy() argument 328 ScanSettings scanSettings = createScanSettingsWithPhy(scanMode, phy); in createScanClientWithPhy() 1661 int phy = PHY_LE_CODED; in testSetScanPhy() local 1675 createScanClientWithPhy(i, isFiltered, isEmptyFilter, ScanMode, phy); in testSetScanPhy() 1679 assertThat(client.settings.getPhy()).isEqualTo(phy); in testSetScanPhy() 1697 int phy = PHY_LE_ALL_SUPPORTED; in testSetScanPhyAllSupported() local 1717 createScanClientWithPhy(i, isFiltered, isEmptyFilter, ScanMode, phy); in testSetScanPhyAllSupported() 1721 assertThat(client.settings.getPhy()).isEqualTo(phy); in testSetScanPhyAllSupported()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_broadcaster_api.h | 64 virtual void SetStreamingPhy(uint8_t phy) = 0;
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 197 int phy = 3; in clientConnect() local 206 phy, in clientConnect() 217 phy, in clientConnect()
|