Searched refs:p_isvc (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 857 for (const tBTA_GATTC_INCLUDED_SVC& p_isvc : service.included_svc) { in bta_gattc_get_gatt_db_impl() local 859 curr_db_attr, BTGATT_DB_INCLUDED_SERVICE, p_isvc.handle, in bta_gattc_get_gatt_db_impl() 860 p_isvc.included_service ? p_isvc.included_service->s_handle : 0, in bta_gattc_get_gatt_db_impl() 861 0 /* e_handle */, p_isvc.handle, p_isvc.uuid, 0 /* property */); in bta_gattc_get_gatt_db_impl() 1008 for (const tBTA_GATTC_INCLUDED_SVC& p_isvc : service.included_svc) { in bta_gattc_cache_save() local 1010 p_isvc.handle, 0, p_isvc.uuid, 0 /* properties */, in bta_gattc_cache_save() 1011 p_isvc.included_service->s_handle, false); in bta_gattc_cache_save()
|