Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp280 std::vector<BluetoothHfpHfCall> callsList; in GetExistingCalls() local
283 proxy->GetCurrentCallList(BluetoothRawAddress(device.GetDeviceAddr()), callsList); in GetExistingCalls()
284 for (BluetoothHfpHfCall call : callsList) { in GetExistingCalls()