Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h269 bool IsConnectable() const;
901 bool IsConnectable() const;
1342 bool IsConnectable() const in IsConnectable() function
H A Dble_parcel_data.cpp35 this->SetConnectable(device.IsConnectable()); in ScanResult()
H A Dble_parcel_data.h250 bool IsConnectable() const in IsConnectable() function
512 bool IsConnectable() const in IsConnectable() function
H A Dble_service_data.cpp311 bool BleAdvertiserSettingsImpl::IsConnectable() const in IsConnectable() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
1071 bool BlePeripheralDevice::IsConnectable() const in IsConnectable() function in OHOS::bluetooth::BlePeripheralDevice
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp304 uint32_t size = GetAdvertiserTotalBytes(advData, setting.IsConnectable()); in CheckAdvertiserData()
333 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
386 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
640 bool BleAdvertiserSettings::IsConnectable() const in IsConnectable() function in OHOS::Bluetooth::BleAdvertiserSettings
H A Dbluetooth_ble_central_manager.cpp73 scanResult.SetConnectable(tempResult.IsConnectable()); in OnScanCallback()
112 scanResult.SetConnectable(result.IsConnectable()); in OnBleBatchScanResultsEvent()
243 outSettings.SetConnectable(inSettings.IsConnectable()); in ConvertAdvertiserSetting()
568 bool BleScanResult::IsConnectable() const in IsConnectable() function in OHOS::Bluetooth::BleScanResult
/ohos5.0/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;
/ohos5.0/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()); in OnBleBatchScanResultsEvent()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp230 EXPECT_TRUE(BleTest::bleInstance_->bleAdvertiserSettings_.IsConnectable());
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp726 if (!settings.IsConnectable()) { in SetAdvParamToGap()
753 if (settings.IsConnectable()) { in SetExAdvParamToGap()
759 if (settings.IsConnectable()) { in SetExAdvParamToGap()
1036 if ((!iter->second.settings_.IsConnectable()) && (!name.empty()) && in SetExAdvScanRspDataToGap()
1475 if ((iter->second.settings_.IsConnectable()) || (iter->second.settings_.IsLegacyMode())) { in GapExAdvParamSetCompleteEvt()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp76 napi_get_boolean(env, bleScanResult.IsConnectable(), &value); in ConvertScanResult()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp88 if (result.IsConnectable()) { in OnScanCallback()