Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp120 btScanResult.secondaryPhy = 1; in HWTEST()
132 EXPECT_EQ(softbusScanResult.secondaryPhy, btScanResult.secondaryPhy); in HWTEST()
H A Dsoftbus_ble_gatt_test.cpp1234 mockScanResult.secondaryPhy = OHOS_BLE_SCAN_PHY_NO_PACKET; in HWTEST_F()
1242 mockScanResult.secondaryPhy = OHOS_BLE_SCAN_PHY_1M; in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h129 uint8_t secondaryPhy; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h369 * @param secondaryPhy Second phy.
372 void SetSecondaryPhy(int secondaryPhy) in SetSecondaryPhy() argument
374 secondaryPhy_ = secondaryPhy; in SetSecondaryPhy()
H A Dble_service_data.cpp410 * @param secondaryPhy Secondary Phy.
413 void BleAdvertiserSettingsImpl::SetSecondaryPhy(int secondaryPhy) in SetSecondaryPhy() argument
415 secondaryPhy_ = secondaryPhy; in SetSecondaryPhy()
H A Dble_service_data.h320 * @param secondaryPhy Second phy.
323 void SetSecondaryPhy(int secondaryPhy);
368 /// Advertising secondaryPhy.
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h285 * @param secondaryPhy Second phy.
288 void SetSecondaryPhy(int secondaryPhy);
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h371 uint8_t secondaryPhy; member
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h453 unsigned char secondaryPhy; member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c234 dst->secondaryPhy = BtScanPhyTypeToSoftbus(src->secondaryPhy); in BtScanResultToSoftbus()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp685 void BleAdvertiserSettings::SetSecondaryPhy(int secondaryPhy) in SetSecondaryPhy() argument
687 secondaryPhy_ = secondaryPhy; in SetSecondaryPhy()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp335 .secondaryPhy = OHOS_BLE_SCAN_PHY_1M, in CallbackScanResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h212 uint8_t secondaryPhy; /// Secondary advertiser PHY: member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c146 advParam->secondaryPhy = report->secondaryPHY; in GapLeSetExAdvReportParam()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp235 int secondaryPhy = settings.GetSecondaryPhy(); in CheckAdvertiserPara() local
242 if ((!is2MPhySupported) && (secondaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c426 bcInfo->secondaryPhy = reportData->secondaryPhy; in BuildBcInfoCommon()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp93 scanResult.secondaryPhy = OHOS_BLE_SCAN_PHY_1M;

Completed in 26 milliseconds