Home
last modified time | relevance | path

Searched refs:ConnectAllowedProfiles (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h76 napi_value ConnectAllowedProfiles(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp109 DECLARE_NAPI_FUNCTION("connectAllowedProfiles", ConnectAllowedProfiles), in DefineConnectionFunctions()
621 napi_value ConnectAllowedProfiles(napi_env env, napi_callback_info info) in ConnectAllowedProfiles() function
630 int32_t ret = host->ConnectAllowedProfiles(remoteAddr); in ConnectAllowedProfiles()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h739 int ConnectAllowedProfiles(const std::string &remoteAddr) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h128 virtual int32_t ConnectAllowedProfiles(const std::string &remoteAddr) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h124 int32_t ConnectAllowedProfiles(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h103 int32_t ConnectAllowedProfiles(const std::string &remoteAddr) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1155 int BluetoothHost::ConnectAllowedProfiles(const std::string &remoteAddr) const in ConnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHost
1163 return proxy->ConnectAllowedProfiles(remoteAddr); in ConnectAllowedProfiles()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1592 int32_t BluetoothHostProxy::ConnectAllowedProfiles(const std::string &remoteAddr) in ConnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1815 int32_t BluetoothHostServer::ConnectAllowedProfiles(const std::string &address) in ConnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 24 milliseconds