Home
last modified time | relevance | path

Searched refs:SetBondableMode (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.h54 int SetBondableMode(const int mode) const;
H A Dble_adapter.h119 bool SetBondableMode(int mode) const override;
H A Dble_properties.cpp95 int BleProperties::SetBondableMode(int mode) const in SetBondableMode() function in OHOS::bluetooth::BleProperties
H A Dble_adapter.cpp225 ret = BleProperties::GetInstance().SetBondableMode(GAP_BONDABLE_MODE); in InitBtmAndGap()
227 LOG_ERROR("[BleAdapter] %{public}s:SetBondableMode failed!", __func__); in InitBtmAndGap()
256 int ret = BleProperties::GetInstance().SetBondableMode(GAP_BONDABLE_MODE_NON); in DisableTask()
258 LOG_ERROR("[BleAdapter] %{public}s:SetBondableMode failed!", __func__); in DisableTask()
898 bool BleAdapter::SetBondableMode(int mode) const in SetBondableMode() function in OHOS::bluetooth::BleAdapter
903 return (BleProperties::GetInstance().SetBondableMode(mode) == BT_SUCCESS); in SetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h105 virtual bool SetBondableMode(int mode) const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h97 bool SetBondableMode(int mode);
H A Dclassic_adapter_properties.cpp157 bool ClassicAdapterProperties::SetBondableMode(int mode) in SetBondableMode() function in OHOS::bluetooth::ClassicAdapterProperties
226 ret = SetBondableMode(BONDABLE_MODE_OFF); in InitMode()
227 ClassicUtils::CheckReturnValue("ClassicAdapaterProperties", "SetBondableMode", ret); in InitMode()
H A Dclassic_adapter.h102 bool SetBondableMode(int mode) const override;
H A Dclassic_adapter.cpp539 bool ClassicAdapter::SetBondableMode(int mode) const in SetBondableMode() function in OHOS::bluetooth::ClassicAdapter
551 return adapterProperties_.SetBondableMode(mode); in SetBondableMode()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h596 bool SetBondableMode(int transport, int mode);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h84 virtual bool SetBondableMode(int32_t transport, int32_t mode) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h80 bool SetBondableMode(int32_t transport, int32_t mode) override;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp439 g_BluetoothHost->SetBondableMode(BT_TRANSPORT_BREDR, BONDABLE_MODE_ON); in SetBtScanMode()
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp191 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h59 bool SetBondableMode(int32_t transport, int32_t mode) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp998 bool BluetoothHost::SetBondableMode(int transport, int mode) in SetBondableMode() function in OHOS::Bluetooth::BluetoothHost
1004 return proxy->SetBondableMode(transport, mode); in SetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1085 bool BluetoothHostServer::SetBondableMode(int32_t transport, int32_t mode) in SetBondableMode() function in OHOS::Bluetooth::BluetoothHostServer
1091 return classicService->SetBondableMode(mode); in SetBondableMode()
1093 return bleService->SetBondableMode(mode); in SetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp850 classicAdapter->SetBondableMode(BONDABLE_MODE_ON); in RestoreTurnOnState()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp372 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp542 bool BluetoothHostProxy::SetBondableMode(int32_t transport, int32_t mode) in SetBondableMode() function in OHOS::Bluetooth::BluetoothHostProxy
546 HILOGE("BluetoothHostProxy::SetBondableMode WriteInterfaceToken error"); in SetBondableMode()
550 HILOGE("BluetoothHostProxy::SetBondableMode WriteInterfaceToken error"); in SetBondableMode()
554 HILOGE("BluetoothHostProxy::SetBondableMode WriteInterfaceToken error"); in SetBondableMode()
561 HILOGE("BluetoothHostProxy::SetBondableMode done fail, error: %{public}d", error); in SetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp669 bool result = SetBondableMode(transport, mode); in SetBondableModeInner()

Completed in 27 milliseconds