/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_properties.h | 54 int SetBondableMode(const int mode) const;
|
H A D | ble_adapter.h | 119 bool SetBondableMode(int mode) const override;
|
H A D | ble_properties.cpp | 95 int BleProperties::SetBondableMode(int mode) const in SetBondableMode() function in OHOS::bluetooth::BleProperties
|
H A D | ble_adapter.cpp | 225 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 D | interface_adapter.h | 105 virtual bool SetBondableMode(int mode) const = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 97 bool SetBondableMode(int mode);
|
H A D | classic_adapter_properties.cpp | 157 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 D | classic_adapter.h | 102 bool SetBondableMode(int mode) const override;
|
H A D | classic_adapter.cpp | 539 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 D | bluetooth_host.h | 596 bool SetBondableMode(int transport, int mode);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 84 virtual bool SetBondableMode(int32_t transport, int32_t mode) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 80 bool SetBondableMode(int32_t transport, int32_t mode) override;
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 439 g_BluetoothHost->SetBondableMode(BT_TRANSPORT_BREDR, BONDABLE_MODE_ON); in SetBtScanMode()
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 191 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 59 bool SetBondableMode(int32_t transport, int32_t mode) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 998 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 D | bluetooth_host_server.cpp | 1085 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 D | adapter_manager.cpp | 850 classicAdapter->SetBondableMode(BONDABLE_MODE_ON); in RestoreTurnOnState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 372 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 542 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 D | bluetooth_host_stub.cpp | 669 bool result = SetBondableMode(transport, mode); in SetBondableModeInner()
|