Home
last modified time | relevance | path

Searched refs:IsConnectable (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp35 this->SetConnectable(device.IsConnectable()); in ScanResult()
H A Dble_service_data.h235 bool IsConnectable() const;
867 bool IsConnectable() const;
1308 bool IsConnectable() const in IsConnectable() function in OHOS::bluetooth::BleScanResultImpl
H A Dble_parcel_data.h250 bool IsConnectable() const in IsConnectable() function in OHOS::bluetooth::AdvertiserSettings
512 bool IsConnectable() const in IsConnectable() function in OHOS::bluetooth::ScanResult
H A Dble_service_data.cpp291 bool BleAdvertiserSettingsImpl::IsConnectable() const in IsConnectable() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
1051 bool BlePeripheralDevice::IsConnectable() const in IsConnectable() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h199 bool IsConnectable() const;
H A Dbluetooth_ble_central_manager.h111 bool IsConnectable() const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp68 scanResult.SetConnectable(tempResult.IsConnectable());
107 scanResult.SetConnectable(result.IsConnectable());
237 outSettings.SetConnectable(inSettings.IsConnectable()); in ConvertAdvertiserSetting()
562 bool BleScanResult::IsConnectable() const in IsConnectable() function in OHOS::Bluetooth::BleScanResult
H A Dbluetooth_ble_advertiser.cpp299 uint32_t size = GetAdvertiserTotalBytes(advData, setting.IsConnectable()); in CheckAdvertiserData()
328 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
381 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
635 bool BleAdvertiserSettings::IsConnectable() const in IsConnectable() function in OHOS::Bluetooth::BleAdvertiserSettings
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp193 settingsImpl.SetConnectable(settings.IsConnectable()); in StartAdvertising()
H A Dbluetooth_ble_central_manager_server.cpp150 bleScanResult.SetConnectable(iter->GetPeripheralDevice().IsConnectable());
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp230 EXPECT_TRUE(BleTest::bleInstance_->bleAdvertiserSettings_.IsConnectable()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp768 if (!settings.IsConnectable()) { in SetAdvParamToGap()
795 if (settings.IsConnectable()) { in SetExAdvParamToGap()
801 if (settings.IsConnectable()) { in SetExAdvParamToGap()
1080 if ((!iter->second.settings_.IsConnectable()) && (!name.empty()) && in SetExAdvScanRspDataToGap()
1559 if ((iter->second.settings_.IsConnectable()) || (iter->second.settings_.IsLegacyMode())) { in GapExAdvParamSetCompleteEvt()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp72 napi_get_boolean(env, bleScanResult.IsConnectable(), &value); in ConvertScanResult()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp85 if (result.IsConnectable()) {

Completed in 18 milliseconds