Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice.cc33 void Device::RegisterPhyLayer(std::shared_ptr<PhyLayer> phy) { in RegisterPhyLayer()
37 void Device::UnregisterPhyLayer(std::shared_ptr<PhyLayer> phy) { in UnregisterPhyLayer()
63 for (auto phy : phy_list) { in SendLinkLayerPacket() local
Dloopback.cc93 for (auto phy : le_phys) { in IncomingPacket() local
Dbeacon.cc88 for (auto phy : le_phys) { in IncomingPacket() local
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc60 for (const auto phy : phy_layers_) { in Send() local
68 for (auto phy : phy_layers_) { in TimerTick() local
Dtest_model.cc175 for (size_t phy = 0; phy < 2 && phy < phys_.size(); phy++) { in IncomingHciConnection() local
190 for (size_t phy = 0; phy < phys_.size(); phy++) { in List() local
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc350 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/device/src/
Dcontroller.cc525 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
/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/binder/android/bluetooth/
DIBluetoothGatt.aidl77 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect()
/system/bt/stack/gatt/
Dgatt_api.cc1096 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local
/system/bt/stack/l2cap/
Dl2c_api.cc1657 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in L2CA_ConnectFixedChnl() local
Dl2c_utils.cc2113 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in l2cu_create_conn_le() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc85 for (auto phy : phy_list) { in SendLinkLayerPacket() local