Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc400 std::shared_ptr<CsisDevice> next_dev; in OnGattCsisWriteLockRsp() local
403 next_dev = csis_group->GetNextDevice(device); in OnGattCsisWriteLockRsp()
404 if (!next_dev) break; in OnGattCsisWriteLockRsp()
405 } while (!next_dev->IsConnected()); in OnGattCsisWriteLockRsp()
407 if (next_dev) { in OnGattCsisWriteLockRsp()
408 auto next_csis_inst = next_dev->GetCsisInstanceByGroupId(group_id); in OnGattCsisWriteLockRsp()
417 HandleCsisLockProcedureError(csis_group, next_dev); in OnGattCsisWriteLockRsp()
421 SetLock(next_dev, next_csis_inst, CsisLockState::CSIS_STATE_LOCKED); in OnGattCsisWriteLockRsp()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc998 auto* next_dev = group->GetNextDevice(dev); in GroupDestroy() local
1000 dev = next_dev; in GroupDestroy()