Home
last modified time | relevance | path

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

/ohos5.0/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.cpp79 DECLARE_NAPI_FUNCTION("disconnectAllowedProfiles", DisconnectAllowedProfiles), in DefineConnectionFunctions()
609 napi_value DisconnectAllowedProfiles(napi_env env, napi_callback_info info) in DisconnectAllowedProfiles() function
618 int32_t ret = host->DisconnectAllowedProfiles(remoteAddr); in DisconnectAllowedProfiles()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h768 int DisconnectAllowedProfiles(const std::string &remoteAddr) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h102 int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h127 virtual int32_t DisconnectAllowedProfiles(const std::string &remoteAddr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h125 int32_t DisconnectAllowedProfiles(const std::string &address) override;
/ohos5.0/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()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp627 … Bluetooth::BluetoothHost::GetDefaultHost().DisconnectAllowedProfiles(g_btData->macAddress_); in HandleBtDisconnect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1593 int32_t BluetoothHostProxy::DisconnectAllowedProfiles(const std::string &remoteAddr) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1841 int32_t BluetoothHostServer::DisconnectAllowedProfiles(const std::string &address) in DisconnectAllowedProfiles() function in OHOS::Bluetooth::BluetoothHostServer