Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc2074 for (auto& included_srvc : svrc.included_services) { in OnGattServiceSearchComplete() local
2075 if (included_srvc.uuid == kCsisServiceUuid) { in OnGattServiceSearchComplete()
2077 device->conn_id, included_srvc.start_handle); in OnGattServiceSearchComplete()
2080 included_srvc.start_handle); in OnGattServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2737 for (auto& included_srvc : tmp.included_services) { in OnServiceSearchComplete() local
2738 if (included_srvc.uuid == bluetooth::csis::kCsisServiceUuid) { in OnServiceSearchComplete()
2741 cas_csis_included_handle = included_srvc.start_handle; in OnServiceSearchComplete()