Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice.cc31 void Device::RegisterPhyLayer(std::shared_ptr<PhyLayer> phy) { in RegisterPhyLayer()
38 for (auto phy : phy_list) { in UnregisterPhyLayers() local
61 for (const auto& phy : phy_layers_[phy_type]) { in SendLinkLayerPacket() local
68 for (const auto& phy : phy_layers_[phy_type]) { in SendLinkLayerPacket() local
Dbeacon.cc73 for (const auto& phy : phy_layers_[Phy::Type::LOW_ENERGY]) { in TimerTick() local
90 for (const auto& phy : phy_layers_[Phy::Type::LOW_ENERGY]) { in IncomingPacket() local
Dscripted_beacon.cc175 for (const auto& phy : phy_layers_[Phy::Type::LOW_ENERGY]) { in TimerTick() local
214 for (const auto& phy : phy_layers_[Phy::Type::LOW_ENERGY]) { in IncomingPacket() local
Dloopback.cc83 for (const auto& phy : phy_layers_[Phy::Type::LOW_ENERGY]) { in IncomingPacket() local
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc54 for (const auto& phy : phy_layers_) { in UnregisterAllPhyLayers() local
78 for (const auto& phy : phy_layers_) { in Send() local
86 for (auto& phy : phy_layers_) { in TimerTick() local
103 for (auto& phy : phy_layers_) { in ToString() local
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc363 uint8_t phy = PHY_LE_1M; in btm_ble_start_auto_conn() local
/system/bt/stack/hcic/
Dhciblecmds.cc692 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test()
711 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test()
/system/bt/bta/gatt/
Dbta_gattc_api.cc123 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in BTA_GATTC_Open() local
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc45 int phy) { in FakeConnect()
/system/bt/main/shim/
Dcontroller.cc70 uint8_t phy; member
/system/bt/device/src/
Dcontroller.cc632 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
/system/bt/stack/l2cap/
Dl2c_api.cc1406 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in L2CA_ConnectFixedChnl() local
Dl2c_utils.cc2112 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in l2cu_create_conn_le() local
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl79 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect()
/system/bt/stack/gatt/
Dgatt_api.cc1097 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc124 Phy::Type phy = connections_.GetPhyType(handle); in SendAclToRemote() local