Home
last modified time | relevance | path

Searched refs:phy (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp80 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
103 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
159 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.h58 char phy[BUFFER_SIZE_16]; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h334 * @brief Get primary phy.
336 * @return Returns primary phy.
345 * @brief Set primary phy.
347 * @param primaryPhy Primary phy.
356 * @brief Get second phy.
358 * @return Returns primary phy.
367 * @brief Set second phy.
369 * @param secondaryPhy Second phy.
738 * @brief Set phy value.
740 * @param phy Ph
743 SetPhy(int phy) SetPhy() argument
[all...]
H A Dble_service_data.cpp70 void BleScanSettingsImpl::SetPhy(int phy) in SetPhy() argument
72 phy_ = phy; in SetPhy()
375 * @brief Get the primary phy.
377 * @return Returns the primary phy.
386 * @brief Set the primary phy.
388 * @param primaryPhy Primary phy.
399 * @return Returns primary phy.
408 * @brief Set the secondary phy.
H A Dble_service_data.h122 * @brief Set phy value.
124 * @param phy Phy value.
127 void SetPhy(int phy);
130 * @brief Get phy value.
294 * @brief Get primary phy.
296 * @return Returns primary phy.
302 * @brief Set primary phy.
304 * @param primaryPhy Primary phy.
310 * @brief Get second phy.
312 * @return Returns primary phy
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp70 int phy; member
397 iter->param.phy = settings.GetPhy(); in StartScan()
712 pimpl->scanSettingImpl_.GetPhy() != max.phy) { in IsNewScanParams()
716 pimpl->scanSettingImpl_.SetPhy(max.phy); in IsNewScanParams()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h409 int phy; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h648 uint8_t phy; member
662 uint8_t phy; member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h344 * @brief Set phy value.
346 * @param phy Phy value.
349 void SetPhy(int phy);
352 * @brief Get phy value.
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp678 void BleScanSettings::SetPhy(int phy) in SetPhy() argument
680 phy_ = phy; in SetPhy()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c670 scanConfig.phy = (int)param->scanPhy; in SoftbusStartScan()

Completed in 14 milliseconds