Searched refs:srvc_oper (Results 1 – 3 of 3) sorted by relevance
159 p_data->srvc_oper.status, p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()160 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()165 p_data->srvc_oper.status, p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()166 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
306 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_delete_service()307 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_delete_service()311 cb_data.srvc_oper.status = GATT_SUCCESS; in bta_gatts_delete_service()314 cb_data.srvc_oper.status = GATT_ERROR; in bta_gatts_delete_service()335 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_stop_service()336 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_stop_service()337 cb_data.srvc_oper.status = GATT_SUCCESS; in bta_gatts_stop_service()
373 tBTA_GATTS_SRVC_OPER srvc_oper; member