Home
last modified time | relevance | path

Searched refs:StartPair (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/
H A Dpairdevice_fuzzer.cpp41 result = device.StartPair(); in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h160 virtual bool StartPair(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h191 int StartPair();
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h48 static bool StartPair(const RawAddress &device, uint8_t peerAddrType = BT_PUBLIC_DEVICE_ADDRESS);
H A Dble_adapter.h108 bool StartPair(const RawAddress &device) override;
H A Dble_adapter.cpp623 bool BleAdapter::StartPair(const RawAddress &device) in StartPair() function in OHOS::bluetooth::BleAdapter
638 LOG_ERROR("[BleAdapter] %{public}s:StartPair failed, because of PAIR_NONE or PAIRING!", __func__); in StartPair()
643 int ret = pimpl->bleSecurity_->StartPair(device, peerAddrType); in StartPair()
H A Dble_security.cpp895 bool BleSecurity::StartPair(const RawAddress &device, uint8_t peerAddrType) in StartPair() function in OHOS::bluetooth::BleSecurity
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp185 int BluetoothRemoteDevice::StartPair() in StartPair() function in OHOS::Bluetooth::BluetoothRemoteDevice
192 return hostProxy->StartPair(transport_, address_); in StartPair()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h106 virtual int32_t StartPair(int32_t transport, const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h101 int32_t StartPair(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp48 *errCode = remoteDevice.StartPair(); in PairDevice()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h81 int32_t StartPair(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h141 bool StartPair(const RawAddress &device) override;
H A Dclassic_adapter.cpp1805 bool ClassicAdapter::StartPair(const RawAddress &device) in StartPair() function in OHOS::bluetooth::ClassicAdapter
1812 HILOGE("StartPair failed, because of PAIR_NONE or PAIRING!"); in StartPair()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp195 int32_t ret = remoteDevice.StartPair(); in PairDevice()
465 int32_t err = remoteDevice.StartPair(); in PairDeviceAsync()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1407 int32_t BluetoothHostServer::StartPair(int32_t transport, const std::string &address) in StartPair() function in OHOS::Bluetooth::BluetoothHostServer
1411 HILOGE("StartPair false, check permission failed"); in StartPair()
1419 if (classicService->StartPair(addr)) { in StartPair()
1423 if (bleService->StartPair(addr)) { in StartPair()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1036 int32_t BluetoothHostProxy::StartPair(int32_t transport, const std::string &address) in StartPair() function in OHOS::Bluetooth::BluetoothHostProxy
1040 HILOGE("BluetoothHostProxy::StartPair WriteInterfaceToken error"); in StartPair()
1044 HILOGE("BluetoothHostProxy::StartPair transport error"); in StartPair()
1048 HILOGE("BluetoothHostProxy::StartPair address error"); in StartPair()
1055 HILOGE("BluetoothHostProxy::StartPair done fail, error: %{public}d", error); in StartPair()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp898 HILOGE("BluetoothHostStub::StartPair transport failed"); in StartPairInner()
903 HILOGE("BluetoothHostStub::StartPair address failed"); in StartPairInner()
906 int32_t result = StartPair(transport, address); in StartPairInner()

Completed in 25 milliseconds