Searched refs:included_srvc (Results 1 – 2 of 2) sorted by relevance
2074 for (auto& included_srvc : svrc.included_services) { in OnGattServiceSearchComplete() local2075 if (included_srvc.uuid == kCsisServiceUuid) { in OnGattServiceSearchComplete()2077 device->conn_id, included_srvc.start_handle); in OnGattServiceSearchComplete()2080 included_srvc.start_handle); in OnGattServiceSearchComplete()
2737 for (auto& included_srvc : tmp.included_services) { in OnServiceSearchComplete() local2738 if (included_srvc.uuid == bluetooth::csis::kCsisServiceUuid) { in OnServiceSearchComplete()2741 cas_csis_included_handle = included_srvc.start_handle; in OnServiceSearchComplete()