Home
last modified time | relevance | path

Searched refs:SetConnectable (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.h243 void SetConnectable(bool connectable);
874 void SetConnectable(bool connectable);
1386 void SetConnectable(bool connectable) in SetConnectable() function in OHOS::bluetooth::BleScanResultImpl
H A Dble_parcel_data.h295 void SetConnectable(bool connectable) in SetConnectable() function in OHOS::bluetooth::AdvertiserSettings
590 void SetConnectable(bool connectable) in SetConnectable() function in OHOS::bluetooth::ScanResult
H A Dble_service_data.cpp302 void BleAdvertiserSettingsImpl::SetConnectable(bool connectable) in SetConnectable() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
1061 void BlePeripheralDevice::SetConnectable(bool connectable) in SetConnectable() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h216 void SetConnectable(bool connectable);
H A Dbluetooth_ble_central_manager.h185 void SetConnectable(bool connectable);
/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()
607 void BleScanResult::SetConnectable(bool connectable) in SetConnectable() function in OHOS::Bluetooth::BleScanResult
H A Dbluetooth_ble_advertiser.cpp328 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
381 setting.SetConnectable(settings.IsConnectable()); in StartAdvertising()
630 void BleAdvertiserSettings::SetConnectable(bool connectable) in SetConnectable() 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.cpp49 BleTest::bleInstance_->bleAdvertiserSettings_.SetConnectable(true); in InitAdvertiseSettings()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp644 settings.SetConnectable(false); in BleStartAdvWithAddr()
718 settings.SetConnectable(false); in BleStartAdvEx()
1259 advSettings.SetConnectable(false); in ConvertAdvSettingParam()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp457 device.SetConnectable(false); in AddPeripheralDevice()
459 device.SetConnectable(true); in AddPeripheralDevice()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp685 outSettings.SetConnectable(connectable); in ParseAdvertisingSettingsParameters()

Completed in 19 milliseconds