Searched refs:DisconnectAllowedProfiles (Results 1 – 10 of 10) sorted by relevance
77 napi_value DisconnectAllowedProfiles(napi_env env, napi_callback_info info);
79 DECLARE_NAPI_FUNCTION("disconnectAllowedProfiles", DisconnectAllowedProfiles), in DefineConnectionFunctions()609 napi_value DisconnectAllowedProfiles(napi_env env, napi_callback_info info) in DisconnectAllowedProfiles() function618 int32_t ret = host->DisconnectAllowedProfiles(remoteAddr); in DisconnectAllowedProfiles()
768 int DisconnectAllowedProfiles(const std::string &remoteAddr) const;
102 int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) override;
127 virtual int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) = 0;
125 int32_t DisconnectAllowedProfiles(const std::string &address) override;
1166 int BluetoothHost::DisconnectAllowedProfiles(const std::string &remoteAddr) const in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHost1174 return proxy->DisconnectAllowedProfiles(remoteAddr); in DisconnectAllowedProfiles()
627 … Bluetooth::BluetoothHost::GetDefaultHost().DisconnectAllowedProfiles(g_btData->macAddress_); in HandleBtDisconnect()
1593 int32_t BluetoothHostProxy::DisconnectAllowedProfiles(const std::string &remoteAddr) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostProxy
1841 int32_t BluetoothHostServer::DisconnectAllowedProfiles(const std::string &address) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostServer