Home
last modified time | relevance | path

Searched refs:GetConnectedDevices (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h147 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices);
347 std::vector<BluetoothRemoteDevice> GetConnectedDevices() const;
H A Dbluetooth_gatt_manager.h71 std::vector<BluetoothRemoteDevice> GetConnectedDevices();
H A Dbluetooth_avrcp_tg.h125 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp117 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices) in GetConnectedDevices() function
433 std::vector<BluetoothRemoteDevice> HandsFreeAudioGateway::GetConnectedDevices() const in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway
443 pimpl->GetConnectedDevices(devices); in GetConnectedDevices()
447 int32_t HandsFreeAudioGateway::GetConnectedDevices(std::vector<BluetoothRemoteDevice> &devices) in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway
457 return pimpl->GetConnectedDevices(devices); in GetConnectedDevices()
H A Dbluetooth_gatt_manager.cpp101 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::GattManager
H A Dbluetooth_avrcp_tg.cpp187 std::vector<BluetoothRemoteDevice> AvrcpTarget::GetConnectedDevices(void) in GetConnectedDevices() function in OHOS::Bluetooth::AvrcpTarget
198 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_map_mse.h34 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_pan.h39 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_pbap_pse.h36 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_a2dp_src.h85 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h34 virtual std::vector<BluetoothRawAddress> GetConnectedDevices() = 0;
H A Di_bluetooth_avrcp_ct.h37 virtual std::vector<RawAddress> GetConnectedDevices() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h39 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
H A Dbluetooth_avrcp_ct_server.h32 virtual std::vector<RawAddress> GetConnectedDevices() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp44 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices), in DefineMapMseJSClass()
107 napi_value NapiMapMse::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiMapMse
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h34 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
H A Dbluetooth_avrcp_ct_proxy.h32 std::vector<RawAddress> GetConnectedDevices() override;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp148 EXPECT_EQ((int)test.GetConnectedDevices().size(), 0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp243 std::vector<BluetoothRawAddress> BluetoothAvrcpTgServer::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
253 devices = pimpl->service_->GetConnectedDevices(); in GetConnectedDevices()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp60 DECLARE_NAPI_FUNCTION("getConnectedDevices", NapiBluetoothPan::GetConnectedDevices), in DefinePanJSClass()
190 napi_value NapiBluetoothPan::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiBluetoothPan
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp127 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp153 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp51 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices), in DefinePbapServerJSClass()
139 napi_value NapiPbapServer::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiPbapServer
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h107 std::vector<RawAddress> GetConnectedDevices() const;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp99 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();

123