Searched refs:srvc_oper (Results 1 – 3 of 3) sorted by relevance
528 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_delete_service()529 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_delete_service()535 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_delete_service()540 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()561 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_start_service()562 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_start_service()569 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_start_service()573 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()596 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_stop_service()597 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_stop_service()[all …]
266 p_data->srvc_oper.status, in btapp_gatts_handle_cback()267 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()268 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()273 p_data->srvc_oper.status, in btapp_gatts_handle_cback()274 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()275 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()280 p_data->srvc_oper.status, in btapp_gatts_handle_cback()281 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()282 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
610 tBTA_GATTS_SRVC_OPER srvc_oper; member