Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h200 int StartCrediblePair();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp198 int BluetoothRemoteDevice::StartCrediblePair() in StartCrediblePair() function in OHOS::Bluetooth::BluetoothRemoteDevice
205 return hostProxy->StartCrediblePair(transport_, address_); in StartCrediblePair()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h80 int32_t StartCrediblePair(int32_t transport, const std::string &address) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h105 virtual int32_t StartCrediblePair(int32_t transport, const std::string &address) = 0;
/ohos5.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;
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp272 g_device.StartCrediblePair(); in HandleBtPair()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp505 int32_t err = remoteDevice.StartCrediblePair(); in PairCredibleDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1034 int32_t BluetoothHostProxy::StartCrediblePair(int32_t transport, const std::string &address) in StartCrediblePair() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1272 int result = StartCrediblePair(transport, address); in StartCrediblePairInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1822 int32_t BluetoothHostServer::StartCrediblePair(int32_t transport, const std::string &address) in StartCrediblePair() function in OHOS::Bluetooth::BluetoothHostServer