Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h77 napi_value DisconnectAllowedProfiles(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp110 DECLARE_NAPI_FUNCTION("disconnectAllowedProfiles", DisconnectAllowedProfiles), in DefineConnectionFunctions()
640 napi_value DisconnectAllowedProfiles(napi_env env, napi_callback_info info) in DisconnectAllowedProfiles() function
649 int32_t ret = host->DisconnectAllowedProfiles(remoteAddr); in DisconnectAllowedProfiles()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h749 int DisconnectAllowedProfiles(const std::string &remoteAddr) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h129 virtual int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h125 int32_t DisconnectAllowedProfiles(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h104 int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1166 int BluetoothHost::DisconnectAllowedProfiles(const std::string &remoteAddr) const in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHost
1174 return proxy->DisconnectAllowedProfiles(remoteAddr); in DisconnectAllowedProfiles()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp627 Bluetooth::BluetoothHost::GetDefaultHost().DisconnectAllowedProfiles(g_btData->macAddress_); in HandleBtDisconnect()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1608 int32_t BluetoothHostProxy::DisconnectAllowedProfiles(const std::string &remoteAddr) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1820 int32_t BluetoothHostServer::DisconnectAllowedProfiles(const std::string &address) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 13 milliseconds