Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 25 of 34) 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.h68 void SetTxPhy(bluetooth::hci::PhyType phy) { tx_phy_ = phy; } in SetTxPhy()
69 void SetRxPhy(bluetooth::hci::PhyType phy) { rx_phy_ = phy; } in SetRxPhy()
Dffi.cc49 void (*send_ll)(uint8_t const* data, size_t data_len, int phy, in ffi_controller_new()
71 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new()
113 void* controller_, uint8_t const* data, size_t data_len, int phy, in ffi_controller_receive_ll()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanSettings.java245 int numOfMatchesPerFilter, boolean legacy, int phy) { in ScanSettings()
456 public Builder setPhy(int phy) { in setPhy()
/packages/apps/Car/systemlibs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
DProgramInfoExt.java104 ProgramSelector.Identifier phy = info.getPhysicallyTunedTo(); in getProgramName() local
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc84 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.h86 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/system/bta/le_audio/
Dclient_parser.h121 uint8_t phy; member
174 uint8_t phy; member
/packages/modules/Bluetooth/system/main/shim/
Dcontroller.cc61 uint8_t phy; member
Dle_scanning_manager.cc93 RawAddress address, uint8_t phy, in OnPeriodicSyncStarted()
601 bluetooth::hci::AddressWithType address_with_type, uint8_t phy, in OnPeriodicSyncStarted()
Dbtm.cc163 bluetooth::hci::AddressWithType address_with_type, uint8_t phy, in OnPeriodicSyncStarted()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc185 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test()
192 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test()
440 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
Dmock_device_controller.cc385 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java419 private static String dumpPhyString(int phy) { in dumpPhyString()
DPeriodicScanManager.java181 void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy, in onSyncStarted()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc157 uint8_t phy, in OnPeriodicSyncStarted()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java3195 BluetoothGattCallback callback, int transport, int phy) { in connectGatt()
3223 BluetoothGattCallback callback, int transport, int phy, in connectGatt()
3259 boolean opportunistic, int phy, Handler handler) { in connectGatt()
DBluetoothGatt.java846 boolean opportunistic, int phy, AttributionSource attributionSource) { in BluetoothGatt()
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc596 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test()
615 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test()
848 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs956 let phy = self.lock_context().gatt_client_context.connect_phy; in cmd_gatt() localVariable
1050 let phy = match &get_arg(args, 1)?[..] { in cmd_gatt() localVariable
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc138 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in BTA_GATTC_Open() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc380 uint8_t phy, in OnPeriodicSyncStarted()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java200 int phy = 3; in clientConnect() local
DGattServiceTest.java317 int phy = 3; in clientConnect() local

12