Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice.cc29 void Device::RegisterPhyLayer(std::shared_ptr<PhyLayer> phy) { in RegisterPhyLayer()
34 for (auto phy : phy_layers_) { in UnregisterPhyLayers() local
43 for (auto& phy : phy_layers_) { in UnregisterPhyLayer() local
61 for (auto phy : phy_layers_) { in SendLinkLayerPacket() local
70 for (auto phy : phy_layers_) { in SendLinkLayerPacket() local
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc44 for (auto phy : phy_layers_) { in UnregisterPhyLayer() local
80 for (const auto& phy : phy_layers_) { in Send() local
88 for (auto& phy : phy_layers_) { in TimerTick() local
105 for (auto& phy : phy_layers_) { in ToString() local
/system/bt/stack/test/common/
Dmock_hcic_layer.cc84 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
/system/bt/main/shim/
Dcontroller.cc67 uint8_t phy; member
/system/bt/stack/include/
Dbtm_iso_api_types.h120 uint8_t phy; member
132 uint8_t phy; member
/system/bt/test/mock/
Dmock_hcic_hciblecmds.cc98 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test()
103 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test()
277 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
Dmock_device_controller.cc362 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc342 uint8_t phy = PHY_LE_1M; in btm_ble_start_auto_conn() local
/system/bt/bta/gatt/
Dbta_gattc_api.cc122 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in BTA_GATTC_Open() local
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc47 int phy) { in FakeConnect()
/system/bt/stack/hcic/
Dhciblecmds.cc762 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test()
781 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test()
1014 uint8_t rtn, uint8_t phy, uint8_t packing, in btsnd_hcic_create_big()
/system/bt/device/src/
Dcontroller.cc732 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
/system/bt/stack/gatt/
Dgatt_api.cc1154 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl103 …ress, in boolean isDirect, in int transport, in boolean opportunistic, in int phy, in AttributionS… in clientConnect()