Home
last modified time | relevance | path

Searched refs:StartCrediblePair (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h200 int StartCrediblePair();
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp195 int BluetoothRemoteDevice::StartCrediblePair() in StartCrediblePair() function in OHOS::Bluetooth::BluetoothRemoteDevice
202 return hostProxy->StartCrediblePair(transport_, address_); in StartCrediblePair()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h107 virtual int32_t StartCrediblePair(int32_t transport, const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h123 int32_t StartCrediblePair(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h82 int32_t StartCrediblePair(int32_t transport, const std::string &address) override;
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp272 g_device.StartCrediblePair(); in HandleBtPair()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp536 int32_t err = remoteDevice.StartCrediblePair(); in PairCredibleDevice()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1061 int32_t BluetoothHostProxy::StartCrediblePair(int32_t transport, const std::string &address) in StartCrediblePair() function in OHOS::Bluetooth::BluetoothHostProxy
1065 HILOGE("BluetoothHostProxy::StartCrediblePair WriteInterfaceToken error"); in StartCrediblePair()
1069 HILOGE("BluetoothHostProxy::StartCrediblePair transport error"); in StartCrediblePair()
1073 HILOGE("BluetoothHostProxy::StartCrediblePair address error"); in StartCrediblePair()
1080 HILOGE("BluetoothHostProxy::StartCrediblePair done fail, error: %{public}d", error); in StartCrediblePair()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1306 int result = StartCrediblePair(transport, address); in StartCrediblePairInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1801 int32_t BluetoothHostServer::StartCrediblePair(int32_t transport, const std::string &address) in StartCrediblePair() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 15 milliseconds