Home
last modified time | relevance | path

Searched refs:primaryPhy (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp119 btScanResult.primaryPhy = 1; in HWTEST()
131 EXPECT_EQ(softbusScanResult.primaryPhy, btScanResult.primaryPhy); in HWTEST()
H A Dsoftbus_ble_gatt_test.cpp1233 mockScanResult.primaryPhy = OHOS_BLE_SCAN_PHY_NO_PACKET; in HWTEST_F()
1241 mockScanResult.primaryPhy = OHOS_BLE_SCAN_PHY_1M; in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h128 uint8_t primaryPhy; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h347 * @param primaryPhy Primary phy.
350 void SetPrimaryPhy(int primaryPhy) in SetPrimaryPhy() argument
352 primaryPhy_ = primaryPhy; in SetPrimaryPhy()
H A Dble_service_data.cpp388 * @param primaryPhy Primary phy.
391 void BleAdvertiserSettingsImpl::SetPrimaryPhy(int primaryPhy) in SetPrimaryPhy() argument
393 primaryPhy_ = primaryPhy; in SetPrimaryPhy()
H A Dble_service_data.h304 * @param primaryPhy Primary phy.
307 void SetPrimaryPhy(int primaryPhy);
366 /// Advertising primaryPhy.
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h269 * @param primaryPhy Primary phy.
272 void SetPrimaryPhy(int primaryPhy);
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h370 uint8_t primaryPhy; member
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h448 unsigned char primaryPhy; member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c233 dst->primaryPhy = BtScanPhyTypeToSoftbus(src->primaryPhy); in BtScanResultToSoftbus()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp675 void BleAdvertiserSettings::SetPrimaryPhy(int primaryPhy) in SetPrimaryPhy() argument
677 primaryPhy_ = primaryPhy; in SetPrimaryPhy()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp334 .primaryPhy = OHOS_BLE_SCAN_PHY_1M, in CallbackScanResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h211 uint8_t primaryPhy; /// Advertiser PHY member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c144 advParam->primaryPhy = report->primaryPHY; in GapLeSetExAdvReportParam()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp234 int primaryPhy = settings.GetPrimaryPhy(); in CheckAdvertiserPara() local
237 if ((!isCodedPhySupported) && (primaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c425 bcInfo->primaryPhy = reportData->primaryPhy; in BuildBcInfoCommon()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp92 scanResult.primaryPhy = OHOS_BLE_SCAN_PHY_1M;

Completed in 28 milliseconds